You are here: DEVPPL Forum Programming HTML Forum
NOTIFICATIONS
54.318
MEMBERS
15.720
TOPICS
62.399
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

how to run html script on client side without runing allow ?

0

Loading

how to run html script on client side without runing allow ?

Postby Hosseinhossein » Wed Sep 15, 2010 5:48 pm

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.
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

Login to get rid of ads

 

0

Loading

Re: how to run html script on client side without runing allow ?

Postby HotNoob » Wed Sep 29, 2010 7:27 pm

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)
HotNoob
 
Reputation: 0
Posts: 169
Joined: Sun May 02, 2010 2:38 am
Highscores: 0
Arcade winning challenges: 0
^ Back to Top