i am looking for to block INTERNET EXPLORER to doing its activity.how can i stop IE not to use back button OR like this way if someone want to go back from the certain page. can we show the any other IE generated messages.like page cannot be displayed etc
my basic requirement is not let the user to see his last page which he had submitted
can it be done?
I am looking for a way to use the IE objects in VB/ASP to download files when prompted from webpages. Specifically just one page. It's an aspx page that generates a csv file for d-load. As soon as I go to the page it immediately prompts me to save, save as, or cancel.
Ultimately, I will build this as a DTS package in MSSQL Svr to grab the file and save it as a .txt file and not a .csv file, so I would need to utilize the save as function of that pop-up box.
I am writing an ASP application for Internet Explorer in the UK. I have found that some of the computers on our intranet at work display dates in Internet Explorer in English format, and some in American. However, when I look in Control Panel at the regional date settings, they are all set to English date. But IE still shows the date as American.
What is more mystifiying is that the dates in my Access database are saved correctly in the English format. It is as if Access can interpret the dates correctly when saving and retrieving, but IE and ASP cannot when performing calculations or displaying on the screen. There surely must be a way of telling IE to follow the computer regional settings when it stores dates in memory?
We have a database search page written in ASP. One of the information pages does not print properly because the windows background printing reloads the page, but does not wait long enough to capture all the information. So, the result is, the top title part appear, but the data does not print on the first page. But all the following pages print correctly. So how do I :
1) change the printing...? 2) slow done or make the printing wait until the page is complete ? 3) speed up the data search ? It is a ODBC connection to Foxpro database.
"HTTP 500 - Internal server error Internet Explorer "
i know that if i set the "Show friendly HTTP error messages" then javascript is not working... if i reset it javascript is working. so could anybody tell me how can i set this "Show friendly HTTP error messages" .
When one of my users are navigating my ASP website, and click on submit type button to move from Page1.asp to another ASP page, Page2.asp, they are getting message like
"Internet explorer cannot download <asp pagefrom <server>. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
But other users are not experiencing this.
I also have seen http://support.microsoft.com/kb/316431/ but it doesnot help me.
Can you please tell me what should be done to avoid this error. Do I need to check any web browser settings?
When trying to connect to the internet I get a message "Explorer has encountered a problem and needs to close"--it never actually connects. Prior to this problem I had a bunch of spyware despite having Ad-awareSE, pest patrol, norton anti-virus.
I deleted some programs from "add/remove programs" and may have inadvertently deleted explorer. The desktop icon is gone, I don't find it in "add/remove programs" and i don't find it in windows find/search. I tried system restore and that didn't work either. Should I use my restore disk? Or what?
I need to block a URL from printing at the bottom of the page from a website. Is there any code that can do that? I know I can make it into a PDF on the fly and that will elminate alot of hassle, but is there any easier way?
I am tryong to iterate within a folder collection and am having problems getting to the next iteration when my if statement proves true: For Each folder in foldercollection
if instr(lcase(folder.name),"_vti") = 0 then next else if instr(lcase(folder.name),"_vti") = -1 then util.AddScopeToQuery Q, sPath & "/" & folder.name , "SHALLOW" AddSubsToQuery Q, sPath & "/" & folder.name end if next
I get an error stating unexpedted next, but am not sure how to jump to the next item.
I have a block of ASP code (enclosed in <% .. %>). How can I call that piece of code from another piece of similar code? And can the code be in any order on the page for it to work?
I'm getting crazy with this. You know that when you install office in your computer it install a plugin for Internet Explorer so when you click in a link to any office document it opens the document inside the explorer instead of asking to save it as normal files.
Do you know how to make internet explorer ask to save the document with HTML or ASP or Javascript?I know that i can disable this option in Internet Explorer options but i don't want to make people do this.I don't want to zip the file neither.
How do i lanch a new instance of explorer from withing a current web page.I want to click on a link that take me to a new page in another "window" so that when i close it i see the old window.
i want to disable the keybord because i am making a quiz test engin. when the user gets to the test page he will be only using the mouse and will not need the keyboard at all.
i have a code copied from somewhere and it uses vb code. i need to know if its possible to do that in asp using vbscript or javascript?
The first IF statement and redirect is what I need. It's the Else statement:
If Len(Request.Form(NAME_OF_CAPTCHA_TEXTBOX)) > 0 Then If UCase(Request.Form(NAME_OF_CAPTCHA_TEXTBOX)) = UCase(Session("CAPTCHA")) Then Response.Redirect("../Profile1.asp") Else Don't allow the form to upload to the db & m_sUserResult = "You typed " & Request.Form(NAME_OF_CAPTCHA_TEXTBOX) & " which was incorrect!" End If End If
I can not figure out how to block the MM_editAction (form upload) if the first "if" statement is false.
I've created a small ASP page. When I want to test it, Explorer does not open. The page is working fine on a other pc. When I rename the file with .html, then the page is opening.
I am starting to write a web application that will be viewed in both IE and Netscape. Does anyone know of any issues I should be aware of from the start before I start coding?
user wants to download XLS file(which would be genrated dynamically dedending on the user selection).
i dont want to create xls file on the server each time a user wants to download xls file. I want to create some sort of stream and write that stream to the new popup window by using response object?
is it possible to control the back button on internet explorer. i mean to say that i have an asp page and it contains certain settings and values in the fields, when user click the submit button.
new page comes up and now when the user click the back button on the explorer, how can i retrieve the values and settings on the previous page.
I want to block certain email addresses like,(See the MailTo Section, I don't want the Sandra email address), through my online forms. I've been receiving spam from people using the forms. My code below is ASP. The code basically sends the form data to 3 email addresses and send the visitor who filled out the form an HTML style email message as confirmation. I added an IF THEN statement (Look at the MAIL TO) for the unwanted email address thinking it would do the trick but it doesn't block or send the email to the unwanted email address. Here's the beginning of my code. Any help would be greatly appreciated. NOTE: I replaced the wanted email addresses with phony names because they are private.
<% If request.form("Email")="" then response.write "<p><br><center><font face='arial' size=3>" response.write "<b>Please don't forget to enter your" response.write " Email address!</b></font>" response.write "<form>" response.write "<input type=""button"" value=""Return to Form""" response.write " onclick=history.go(-1)></form>"
I am designing an app with multiple users. User 1 logs in and navigates to a Page 1 where a page template is modified. When modifications are over User 1 saves the page and logs out of the system.
I need to block access to every other user to Page 1 until User 1 "releases" the page. At the moment I am using a field on my Access DB called locked that I set when any user enters Page 1, and upon saving locked field is cleared... Is there a more efficient way to do this?
I have a asp page and keep submit to itself and I use a hidden field to track the step. But I found in each step, sometime the block is being executed twiece. How to debug this and fix?
if i run my project IE will open and output willl be shown. my need is u can able to see three butons(minimize,maximize,close) in yhe right corner of the IE window, me need is that should not be appear so only screen will be displayed.why i need this requirement is user cannot close teh window using any method, one method is this pressing this close button, i need to block this
my second need is if try to use alt+f4 to close the window i shouldn't close for ten minutes,after ten minutes he can use alt+ f4 to close so please give me coding for this also
third way is if he tries to use windows+d or windows+m or alt+tab it should not work,i need to block this way also
i've developed a application in asp i want to restrict the user to login more than one at the same time i mean if user is already login then if he try to login on another window at the same time the message should b displayed u r already login.