Hello friends, I have one Hyperlink that will open one Asp file "pol.asp" as a webdialog that has static text in in. But there is one email link at the bottom of that page. So my problem is that when the webdialog open it moves to bottom in scrren of that dialog and the email link gets selected. While I wanted the dialog must display the top of the file. Including the code also --------------------------------- <a href="javascript:OpenDialog()">Policy</a> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function OpenDialog() { var url, title, height, width; url="pol.asp"; title="License Policy"; height = 480; width = 500; var result=window.showModalDialog(url, title, 'dialogHeight:'+height+'px; dialogWidth:'+width+'px; center:yes; help:no; resizable:no; status:no'); } // End --> </script> --------------------------------- please suggest how can I make the dialog display the top of the page. Thanks Prabhat
No one in this Group has the Ans for this????
Prabhat wrote on 09 mei 2006 in microsoft.public.scripting.jscript: > No one in this Group has the Ans for this???? Prabhat, You know better than: 1 posing the question only in the subject 2 using strange abbrivations possibly from SMS 3 saying "this Group" when crossposting to many. But most and for all: 4 Not quoting where you write a follow up on. Please always quote on usenet. If you want to post a followup via groups.google.com, don't use the "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers. <URL: http://www.safalra.com/special/googlegroupsreply/ > -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)