Click here to Skip to main content
15,911,039 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: problem storing value correct way in database Pin
uglyeyes21-Sep-06 13:59
uglyeyes21-Sep-06 13:59 
GeneralRe: problem storing value correct way in database Pin
Stephan Pilz21-Sep-06 20:38
Stephan Pilz21-Sep-06 20:38 
QuestionLoading images using Javascript [modified] Pin
jszpila20-Sep-06 11:41
jszpila20-Sep-06 11:41 
QuestionVisable/Invisable tr in Java script Pin
Jesu.Official20-Sep-06 3:41
Jesu.Official20-Sep-06 3:41 
AnswerRe: Visable/Invisable tr in Java script Pin
_AK_20-Sep-06 4:04
_AK_20-Sep-06 4:04 
AnswerRe: Visable/Invisable tr in Java script Pin
Guffa20-Sep-06 22:20
Guffa20-Sep-06 22:20 
QuestionPop-up Blocker Pin
Monin D.20-Sep-06 0:09
Monin D.20-Sep-06 0:09 
AnswerRe: Pop-up Blocker Pin
JUNEYT20-Sep-06 2:44
JUNEYT20-Sep-06 2:44 
Hi!

It is very simple to detect popup blocer. Examine my code below please.

function detectPopupBlocker()
{
var myTest = window.open("about:blank","","directories=no,height=100,width=100,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,top=0,location=no");
if (!myTest)
{
alert("Please allow pop ups for this web site!");
}
else
{
myTest.close();
return;
}
}
GeneralRe: Pop-up Blocker Pin
Monin D.20-Sep-06 5:06
Monin D.20-Sep-06 5:06 
Question[Message Deleted] Pin
PREMSONBABY19-Sep-06 22:41
PREMSONBABY19-Sep-06 22:41 
AnswerRe: Need javascript Pin
Guffa20-Sep-06 3:15
Guffa20-Sep-06 3:15 
AnswerRe: Need javascript Pin
Monin D.20-Sep-06 5:10
Monin D.20-Sep-06 5:10 
QuestionQuestion about calling SAPI from javascript. Pin
rryyjw19-Sep-06 22:04
rryyjw19-Sep-06 22:04 
QuestionFile upload filename Pin
DagsmanIsTheMan19-Sep-06 21:32
DagsmanIsTheMan19-Sep-06 21:32 
AnswerRe: File upload filename Pin
DagsmanIsTheMan19-Sep-06 21:36
DagsmanIsTheMan19-Sep-06 21:36 
QuestionMaintaing View State in Client Control Pin
Jesu.Official19-Sep-06 21:07
Jesu.Official19-Sep-06 21:07 
AnswerRe: Maintaing View State in Client Control Pin
Stephan Pilz20-Sep-06 21:22
Stephan Pilz20-Sep-06 21:22 
AnswerRe: Maintaing View State in Client Control Pin
Exelioindia27-Sep-06 1:05
Exelioindia27-Sep-06 1:05 
QuestionPhp help Pin
rhys10019-Sep-06 16:43
rhys10019-Sep-06 16:43 
GeneralPersonalize your google home page [modified] Pin
Raj Lal19-Sep-06 11:45
professionalRaj Lal19-Sep-06 11:45 
GeneralRe: Personalize your google home page Pin
led mike19-Sep-06 11:54
led mike19-Sep-06 11:54 
GeneralRe: Personalize your google home page Pin
Raj Lal19-Sep-06 12:06
professionalRaj Lal19-Sep-06 12:06 
GeneralRe: Personalize your google home page Pin
Rama Krishna Vavilala19-Sep-06 12:07
Rama Krishna Vavilala19-Sep-06 12:07 
GeneralRe: Personalize your google home page Pin
led mike19-Sep-06 12:07
led mike19-Sep-06 12:07 
GeneralRe: Personalize your google home page Pin
Jon Sagara19-Sep-06 12:18
Jon Sagara19-Sep-06 12:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.