Nope, I had tried the "" and that didn't make a difference.
Please excuse my ignorance, but how am I supposed to do it on the server side? Can the server force a new browser window on the client?
By the way, thanks for all the help....really appreciated.
Bug still there. The bug is not with the check browser function, it is with the following piece of cose further down:
<SCRIPT LANGUAGE=vbscript>
Sub ShowProduct
window.open "/documents/products/images/"+product_form.proName.value
End Sub
</SCRIPT>
Here's a copy of the code. Thanks for the help.
<html>
<head>
<%
function checkbrowser
Set check = server.createObject("MSWC.BrowserType")
if check.browser="IE" and check.version >= "4.0" Then
checkbrowser = "DropStyle"
Else...
I have an ASP page in which I am trying to have 2 different scripting languages. I have a javascript in my header and some vbscripting after the header. Each script works as long as the other type is not on the page. Once both are incorporated into the page, only the first on the page will...
I have a select in an ASP page that is being populated by a database table. I am trying to open a new browser window with the html page associated to the record in my DB. I have attached a copy of my code below. I want to get the info from a certain field in the currently selected record to be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.