|
-
Oct 24th, 2005, 03:39 AM
#1
Thread Starter
Lively Member
window.open
when i click on a text-field in my html-file, I want to open another HTML-document in a new window, so I use
[JSCRIPT]
window.open('MyForm.htm','', 'width=800, height=700, status=no, toolbar=no, menubar=no, scrollbars=yes');
[/JSCRIPT]
Problem : it doesn't open !!
Is there something in XP(professional ed) that blocks this line ?
'cause i already tried it on XP Embedded, and it worked just fine !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|