| You are here: DEVPPL ‹ Forum ‹ Programming ‹ HTML Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
how to run html script on client side without runing allow ?
2 posts
• Page 1 of 1
0
how to run html script on client side without runing allow ?
hi
im designing a web site by php and it has a html form for collecting some information from client and it consist of some script for check value and visible some text box but when client run this a popup menu block this(allow blocked content) i saw in some site that do this but that popup never shows how can i do it?
thanks.
im designing a web site by php and it has a html form for collecting some information from client and it consist of some script for check value and visible some text box but when client run this a popup menu block this(allow blocked content) i saw in some site that do this but that popup never shows how can i do it?
thanks.
- Hosseinhossein
- Reputation: 0
- Posts: 1
- Joined: Wed Sep 15, 2010 5:44 pm
- Highscores: 0
- Arcade winning challenges: 0
how to run html script on client side without runing allow ? - Sponsored results
- Sponsored results
0
Re: how to run html script on client side without runing allow ?
the <noscript> tags will only run if javascript is disabled.
So you can use that to make a CSS popup that has instructions on how to enable javascript.
as for what ur describing exactly, it sounds like that it was activeX or something, and not javascript (its a built in thing for MSIE)
So you can use that to make a CSS popup that has instructions on how to enable javascript.
as for what ur describing exactly, it sounds like that it was activeX or something, and not javascript (its a built in thing for MSIE)
- HotNoob
- Reputation: 0
- Posts: 169
- Joined: Sun May 02, 2010 2:38 am
- Highscores: 0
- Arcade winning challenges: 0
|
|