Hi, i have a webpage that in turn calls a window.open command on a new URL (generating a pop-up window) and refreshes itself.
Basically focus is being returned when the pop-up is another webpage, but when i try to open a pop-up linking to a PDF the focus is lost.
The pop-up loads up...
How can i programmatically create a Shared folder using VB?
Any links or articles would be handy..
And i know i can right-click and select "Share"!!
A
Hi, i have a form with over 20 fields on it. I want to submit this page, storing any filled in details, and redirect the user if there are any errors and highlight them.
How do i do this WITHOUT using Javascript? How do i store the values the User has ALREADY entered and return them back to...
Hi, i have a large form of data. I think the best way to check this form is to submit the page to another "handling" page. The form has over 20 fields on it. Do i have to go through each field saying:
If Len(strUsername) = 0 then
response.redirect "previous_page?errorcode="...
Hi, firstly IS it possible to include a file from a different website.
e.g <!--#include file="http://www.abc.com/1.html"-->
and secondly, how do you do it?
Thanks
Arun
Hi, i have a large registration page which has about 23 fields on it for the User to fill in. 20 are mandatory the rest optional. Most are TEXT, some are SELECT, some are CHECKBOXES. How can i check each of these form elements (using ASP only!) without writing out:
If Len(strUsername) = 0 Then...
Hello. On my page i have an <IFrame> tag that displays a site's share price info/charts etc in.
Problem is this does not work in Netscape 4.7.
I've tried using the ILayer tag, but when you click a link within the Layer it redirects the browser straight to that page rather than stay enclosed in...
Hi we have links on our site that launch a new IE window with the location of a PDF file in it. For most users the PDF opens fine, but for some it sometimes hangs or doesn't open at all saying "Internet Explorer cannot download from the site". Could this be individual Javascript...
How do i run a piece of Javascript that has no User participation? I know how to do all the onclick, onsubmit stuff but here's what i need to do...
My page processes loads of ASP, at some point it gets the name of a product. I want to call the simple document.title, to change the title of the...
Hi, how do i run a piece of Javascript from within ASP.
I don't want the user to click on anything, i just want the page to load and the javascript to run (it's to change the <TITLE> of the page) or if you can change the Title through ASP that would be even better!! I can't put it in the <body>...
Hi, can anyone tell me how to dynamically change the <TITLE> of a webpage. Currently our site displays the same title on ALL pages, but depending on the product that is being viewed i want to change the <Title> tag,
Any ideas?
Thanks
A
Hi, can anyone tell me how to dynamically change the <TITLE> of a webpage. Currently our site displays the same title on ALL pages, but depending on the product that is being viewed i want to change the <Title> tag,
Any ideas?
Thanks
A
Hi, can anyone tell me how to dynamically change the <TITLE> of a webpage. Currently our site displays the same title on ALL pages, but depending on the product that is being viewed i want to change the <Title> tag,
Any ideas?
Thanks
A
Hi i need some Javascript that prevents double-clicking a "submit" button on a User registration/login page.
I have this code :
if(dF.Get(f.name) != false)
{
alert("In progress...")
return;
}
where f = FormName
But it doesn't work, you...
Hi i need a way (either a constantly running program or one which is run intermittently) that looks at the SMTP folder.
When a new mail is sent in i need to grab the attachment out of the mail. Can anyone suggest anything, or point me in the right direction?
I've checked the Enable multiple downloads box under Tools etc. But i can only ever get 2 downloads when using "Save Target As", whereas at work i can get loads (more than 4 anyway). Anyone any ideas?
Thanks
Arun
I've added the search box (the one that appears on the left of IE) and the Links toolbar to my browser. Now though when i get rid of them and restart my machine they keep appearing as default. How can i get IE back to it's bare bones!
Cheers in advance..
Arun
How do i delete all spaces in a string and replace them with the character?
I know you can use Replace() but what if the string has more than one space in it??
E.g
"Today is Thursday , the 9th"
to
"Today is Thursday etc...
Thanks
Arun
I have 2 recordsets that i need to span over multiple pages if there is more than 30 records in EITHER of them or if the total no. of records is MORE than 30 - i.e if rsA has 7 records and rsB has 48 i need to display all 7 rsA records and then 23 records of rsB and display the rest on another...
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.