bcarl314
12-01-2006, 09:01 PM
Please see this post for details on my problem:
http://www.codingforums.com/showthread.php?t=102004
Here's what I need:
I need a modal overlay that can be called with either an onload event from the body tag or an onload event from a script call. (I've got it working if FF, but it horks in IE.)
i.e. either
<body onload="loadModal('somepage.php')">
or
<script type="text/javascript">
window.onload = loadModal;
</script>
I need to be able to call a specific file (somepage.php) which will pull in the necessary content depending on what page is loaded (I will generate the content via php).
NOTE! - THIS MUST WORK IN FF1.5 and above AS WELL AS INTERNET EXPLORER 6.0+
What I can pay:
The first person to post a solution to this problem, I'll give $50.00 via paypal if it's posted by midnight tomorrow (your local time). After that, I'm willing to pay $35 via paypal.
To collect, post your response here. First post with response that fits the requirements will paid.
http://www.codingforums.com/showthread.php?t=102004
Here's what I need:
I need a modal overlay that can be called with either an onload event from the body tag or an onload event from a script call. (I've got it working if FF, but it horks in IE.)
i.e. either
<body onload="loadModal('somepage.php')">
or
<script type="text/javascript">
window.onload = loadModal;
</script>
I need to be able to call a specific file (somepage.php) which will pull in the necessary content depending on what page is loaded (I will generate the content via php).
NOTE! - THIS MUST WORK IN FF1.5 and above AS WELL AS INTERNET EXPLORER 6.0+
What I can pay:
The first person to post a solution to this problem, I'll give $50.00 via paypal if it's posted by midnight tomorrow (your local time). After that, I'm willing to pay $35 via paypal.
To collect, post your response here. First post with response that fits the requirements will paid.