GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Firefox popup code (https://gfy.com/showthread.php?t=450559)

pstation 03-31-2005 11:38 AM

Firefox popup code
 
Came up with this last night, doesn't do me much good however since 97% of my traffic is IE. So i'm sure someone else might be able to make good use of this.

Code:

<html>
<head>
<script language="javascript">
function popup(url){
var formId = "form" + Math.floor(Math.random()*100001);
document.write("<form name=\"" + formId + "\" method=\"GET\" action=\"" + url + "\" target=\"_blank\"></form>");
document.forms[formId].submit();
}
</script>
</head>
<body>
<script>
popup("http://www.google.com/");
</script>
</body></html>


SmokeyTheBear 03-31-2005 11:40 AM

heh funny method :) :thumbsup


All times are GMT -7. The time now is 02:06 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123