The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
Can anyone help me to figure out why the URL is opening in both windows, instead of just the new window, in both IE and FireFox?
ArcadeSyndicate has bailed on me (after I paid him too). Thanks for any help! Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <script type="text/javascript"> function WebseiteAufrufen () { window.open(location.href = document.getElementsByName("webseite")[0].value); return false; } </script> </head> <body> <form action="" onsubmit="return WebseiteAufrufen();"> <input type="text" name="webseite" size="50" /> <input type="submit" value=" GO! " /> </form> </body> </html> |
#12
|
||||
|
||||
![]() HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <script type="text/javascript"> function WebseiteAufrufen () { window.open(href = document.getElementsByName("webseite")[0].value); return false; } </script> </head> <body> <form name="form1" action="#" onsubmit="return WebseiteAufrufen();" target="_blank"> <input type="text" name="webseite" size="50" /> <input type="submit" value=" GO! " /> </form> </body> </html> |
#13
|
|||
|
|||
![]()
Thank you for helping, I really appreciate it!
However, now I get a ERROR 403 - FORBIDDEN in the new window. ![]() |
#14
|
||||
|
||||
![]() Quote:
|
#15
|
|||
|
|||
![]() |
#16
|
||||
|
||||
![]() Quote:
|
#17
|
||||
|
||||
![]() Quote:
|
#18
|
|||
|
|||
![]() Quote:
I copied the code right from your site, and will replace it with my code and see if that makes a difference. Thanks! |
#19
|
||||
|
||||
![]() Quote:
Quote:
Add the head code above to your header template and add the body code to the template you want the URL input box to show, both without the head and body brackets. |
#20
|
|||
|
|||
![]()
Thank you
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|