Click here to Skip to main content
15,892,059 members
Home / Discussions / Web Development
   

Web Development

 
QuestionPHP Include speedbump Pin
dhewitt8817-Nov-08 14:31
dhewitt8817-Nov-08 14:31 
AnswerRe: PHP Include speedbump [modified] Pin
sph3rex17-Nov-08 22:29
sph3rex17-Nov-08 22:29 
GeneralRe: PHP Include speedbump Pin
dhewitt8818-Nov-08 6:15
dhewitt8818-Nov-08 6:15 
AnswerRe: PHP Include speedbump Pin
Mohammad Dayyan24-Nov-08 7:08
Mohammad Dayyan24-Nov-08 7:08 
QuestionJava Script Phone Number, Email, Zip Code etc Validation Pin
termsafe17-Nov-08 12:25
termsafe17-Nov-08 12:25 
AnswerRe: Java Script Phone Number, Email, Zip Code etc Validation Pin
sph3rex17-Nov-08 22:47
sph3rex17-Nov-08 22:47 
QuestionComparable HTML text compare and merge for Linux non-ASP users? Pin
knightcloud17-Nov-08 11:41
knightcloud17-Nov-08 11:41 
QuestionPopup window problem Pin
Gennady Oster17-Nov-08 0:48
Gennady Oster17-Nov-08 0:48 
Hi to All !

I have two applications (web projects) in old good ASP 3.0.
One of these applications has the strange problem with window.open, when the URL is asp page.
The window opens blank and busy (hourglass cursor).
The same URL pasted to explorer address bar brings the right result.

No such problem with html pages.
No such problem with the second project.

The server is Windows 2003
.NET 1.1 and .NET 2.0
All extension on the IIS are enabled (including asp,.NET, Server Includes)
For both projects defined the same version of .NET on ASP.NET tab (although I cannot imagine,
how it may affect the ASP application).
Every project is defined as a website with application(IIS definition).
All definitions are identical.
Both sites use the same Application pool and seat on the same IP with different headers.
Popup blocker on the client side is disabled

I've tried to use the following instead of window.open:
var winHndl = window.open("","TestWindow");<br />
winHndl.document.location = "test.asp";


I've tried also to use try-catch block, relative and absolute path,... Nop. No error, no results.

Can somebody plz shed a light on this mystery ?

What I need else to do/check ?

Thanks in advance.
Regards,
Gennady
AnswerRe: Popup window problem Pin
sph3rex17-Nov-08 2:59
sph3rex17-Nov-08 2:59 
GeneralRe: Popup window problem Pin
Gennady Oster17-Nov-08 3:31
Gennady Oster17-Nov-08 3:31 
GeneralRe: Popup window problem Pin
sph3rex17-Nov-08 5:28
sph3rex17-Nov-08 5:28 
GeneralRe: Popup window problem Pin
Gennady Oster17-Nov-08 19:50
Gennady Oster17-Nov-08 19:50 
AnswerRe: Popup window problem - additional tests Pin
Gennady Oster17-Nov-08 21:49
Gennady Oster17-Nov-08 21:49 
AnswerRe: Popup window problem Pin
Dominic Goulet1-Dec-08 2:02
Dominic Goulet1-Dec-08 2:02 
GeneralRe: Popup window problem Pin
Gennady Oster1-Dec-08 2:56
Gennady Oster1-Dec-08 2:56 
Questioncalling dll from classic asp Pin
Mann Khine16-Nov-08 19:48
Mann Khine16-Nov-08 19:48 
AnswerRe: calling dll from classic asp Pin
NeverHeardOfMe16-Nov-08 22:36
NeverHeardOfMe16-Nov-08 22:36 
AnswerRe: calling dll from classic asp Pin
Vimalsoft(Pty) Ltd17-Nov-08 20:34
professionalVimalsoft(Pty) Ltd17-Nov-08 20:34 
QuestionPersisting the state of the web page controls when AJAX is used. Pin
aakar16-Nov-08 8:21
aakar16-Nov-08 8:21 
QuestionJavaScript issue with Less Than symbol (&lt;) Pin
gokninski15-Nov-08 1:38
gokninski15-Nov-08 1:38 
AnswerRe: JavaScript issue with Less Than symbol (&lt;) Pin
Shog915-Nov-08 5:30
sitebuilderShog915-Nov-08 5:30 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
gokninski15-Nov-08 11:22
gokninski15-Nov-08 11:22 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
Shog915-Nov-08 12:56
sitebuilderShog915-Nov-08 12:56 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
gokninski15-Nov-08 13:58
gokninski15-Nov-08 13:58 
GeneralRe: JavaScript issue with Less Than symbol (&lt;) Pin
gokninski19-Nov-08 3:30
gokninski19-Nov-08 3:30 

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.