FP codes

  • Thread starter Thread starter Alven
  • Start date Start date
A

Alven

I have a page with some javascripts and popup windows with javascripts too
it works in Internet Explorer but not with Mozilla so how can I solve this
problem please.
Thanks in advance
 
I need these javascripts to work with firefox too so what I have to do or
add it to my htm codes and javascript to let it work on Firefox please.
thnx
 
We don't know. We can't see your javascript or your web site.
We don't know if you wrote the javascript or downloaded it somewhere.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I need these javascripts to work with firefox too so what I have to do or
| add it to my htm codes and javascript to let it work on Firefox please.
| thnx
| message | > Hello,
| >
| > Start up FireFox > Tools > Error Console and you will see all JavaScript
| > errors there.
| >
| > --
| > Singapore Web Design
| > http://www.bootstrike.com/Webdesign/
| > Singapore Web Hosting
| > http://www.bootstrike.com/WinXP/faq.html
| > Windows XP FAQ
| >
| > | >>I have a page with some javascripts and popup windows with javascripts
too
| >>it works in Internet Explorer but not with Mozilla so how can I solve
this
| >>problem please.
| >> Thanks in advance
| >>
| >
| >
|
|
 
This is the Javascript
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function VDOpopUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=345,left
= 515,top = 275');");
}
// End -->
</script>
 
Where is VDOpopUp called from?

Bob Lehmann

Alven said:
This is the Javascript
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function VDOpopUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=3
80,height=345,left
= 515,top = 275');");
}
// End -->
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top