The javascript based pop-ups of my php scripts are not working at all.
Do I need to install the JVM for that & if yes then where to find it???
Printable View
The javascript based pop-ups of my php scripts are not working at all.
Do I need to install the JVM for that & if yes then where to find it???
Javascript and Java are completely different. All you need is a browser that supports Javascript, such as Mozilla Firefox. Perhaps it's your scripts that are the problem?
You shouldn't use popups. Many users block them, they're very annoying, but moreso because it takes control away from the user, which you shouldn't do. If it's for ads, putting them on the page will probably get more clicks than a popup will.
If it's not working, make sure that you're not blocking it, that javascript is enabled, and that your code is right. Java has very little to do with javascript.
Actually, I have made an app which needs some fields to be entered through pop-ups. The function of the pop-ups is to transmit the data entered into it's fields back to the parent form which is why pop-ups are necessay in my app.Quote:
Originally Posted by valan
My app is perfectly fine as I have already tested it on another linux machine, the one which a hosting company has provided to me. So it should be running on this one as well.
As for checking the JS, the firefox has been configured to allow pop-ups but I don't know whether the JS support in it is enabled or not & I don't know how to check that.
Can you help me figure it out...
Unfortunately I can't help you figure it out, I have no firefox install atm.
Edit -> Preferences -> Web Features -> Enable Javascript
js is enabledQuote:
Originally Posted by sether
how are you launching the popups?
or give us a link to the web page and I'll have a look myself.
try this code
- JustinCode:<Body onLoad="javascript:(the function name)">