Hi I have an asp page which uses javascript to call window.open...How can I close the window automatically after window.open has been called?
Thanks!!!
I guess this questions good in between with vbscript/asp and sql coding. I am trying to check for blank or null on a recordset... the select statment returned blank when I ran it against sql analyzer. Yet when I check it in my asp code, I tried
check = isNULL(rs1("title")) //check...
I guess this questions good in between with vbscript/asp and sql coding. I am trying to check for blank or null on a recordset... the select statment returned blank when I ran it against sql analyzer. Yet when I check it in my asp code, I tried
check = isNULL(rs1("title")) //check...
Hi, I am trying to display 10 sets of records at once....so this is basically what I am trying to do. At the reponse.write statement, how do I specify the recordset based on the count...like rs1, rs2, rs3...etc? what is the syntax like? Also if my sql statement is select *, then how do I for...
This might be confusing, I will do my best to describe my problem. Heres the sql statement I am running...
select * from portal P, portal_title C where P.category = C.category AND (name like '%is%' or portal_keywords like '%is%')
I want to take one field from the recordset, and input it as a...
How come when I click on this it does not refresh the parent page, the child page closes, but the parent page does not move? What I am saying is that in the help.asp it does not move to the glossary section.
<a href="javascript:updateParent('Help.asp#glossary')" onClick =...
Hi, I am using a top.location.replace("url") but when I use the back button I get to the same page, is there a way to use the history object to set the previous state to any url? Please let me know what the correct syntax for it, cause I tried doing top.location.history =...
I am trying to find another way for location.replace, because when I use it, the back button is disable. This means I am looking for a javascript line that can redirect the same window to another url, but with the ability to use the back button. Thanks...I hope I get a quick response...THANKS IN...
Hi all! I am writing a login in page for a set of webapges. The login is done, but I need to implement the session for the group of pages so that when someone types in the url of a page, it will recognize that the user has not logged in, and it will redirect to the login page...can someone give...
I am getting this message when I try to compile my server.c file.
>gcc server.c -lsocket -lnsl
Undefined first referenced symbol in file strcopy/var/tmp/cct7zs3k.o
ld: fatal: Symbol referencing errors. No output written to server
collect2: ld returned 1 exit status
Can anyone help me fix this...
I declare this OL tag with the following properties.
OL {
COLOR: #000000;
FONT: 12px verdana,arial,helvetica,geneva,sans-serif;
LINE-HEIGHT:17px;
LIST-STYLE-IMAGE: url(images/dot.gif);
LIST-STYLE-POSITION: outside;
}
The properties are not showing up in DreamWeaver...can any one tell...
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
/legalnotices.asp, line 50
The call to Server.Execute failed while loading the page.
I have an error on a server.execute line. Can someone explained to me what the error is about.
Wayne
Hello, I have this error on my rs.open line.
Microsoft ADO/RDS error '800a1004'
Business object cannot be created.
Heres the code on how I connect to the DB.
<%
Set RS = Server.CreateObject("ADODB.RecordSet")
set conn = Server.CreateObject("ADODB.Connection")...
Hi, this is what I want to do. Say I have url strings
s = "www.something.com/portal.asp?category=dhl"
t = "www.yahoo.com"
I want to use a if statement to check if the string has the part "portal.asp?category=". So in this case string s will return true...since it...
heres a SQL statement...
SELECT * FROM portal_main P, portal_cat_title C WHERE P.category = C.category AND ( ( name like '%fyi%' ) OR ( portal_keywords like '%fyi%' ) ) AND ((P.unit_id = '') OR (unit_id like '%NEB%')) OR (unit_id like '%NULL%') ORDER BY name
I want the results to show all the...
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.