Another Instance Of Explorer
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.
View RepliesHow 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.
View RepliesI have a script that looks for a phone number. I use an instr to see if
it finds a - for the phone number. I them grab the 3 characters before
and 4 after for the phone number. Works well, except when someone uses
the - in the text.How can look for the second instance of the - if the right 4 characters
past the - are not numeric?
I have a Class and i want to be able to use its instance
example
public class Enrolltest : System.Web.UI.Page
{
MyClass mc = new MyClass();
mc.mymethod();
}
when i do this i get an error telling me there is no name space what should i do .,,.
i dont want to create a dll and add it to assembly and all that stuff.
How to create an instance of Internet Explorer from classic ASP? I want
to create an instance of IE and then subsequently load a webpage through
this object.I am aware of creating web pages through scripting.
Long way to go before I sleep .
.asp, vbscript, ms Access
I want to display a list of records on my page, like this:
California - Los Angeles - Sheraton
- Los Angeles - Meridian
- San Diego - Mercury
Colorado - Denver - ..................
ie. only display first instance of California..
Can this be done..
A three-tier user authentication system was running without a problem for almost a year and now is suddenly dysfunctional. We don't know of any changes to any of the servers. It's quite maddening. The details:
1) We know the COM+ app is instanced on the COM+ server (Win 2000). The component graphic spins when CreateObject is called.
2) The proxy is installed on an IIS server (Win 2000) with delivers the interface, written in ASP, to the client PC.
3) These are the error messages displayed when a method of DAMS is called:
when i try to open an excel spreadsheet using the
following code, the process just hangs IF the spreadsheet
contains macros:
Set objXls = CreateObject("Excel.Application")
objXls.DisplayAlerts = False
objXls.Visible = False
objXls.Workbooks.Open my_excel_path '<-- hangs here
this worked on iis4, but since moving this to iis5 it
fails under the aformentioned circumstances. my guess is
that the macro security has something to do with it as a
dialog box will pop up if macro security is set to medium,
but i'm not sure this is really the problem. if it was,
what profile should change the macro security on the
server? when task manager is opened on the server to see
the hanging task, it shows SYSTEM as the process owner...
any ideas?
My server chokes when i try to use the filesystemobject. I'm running IIS v5.1 on XP Pro and it stalls when i try to create a text file or open one. Here's an example script that fails on the 3rd line.
dim filesys, filetxt
Set filesys = CreateObject("Scripting.FileSystemObject")
Set filetxt = filesys.CreateTextFile("C:InetpubwwwrootAIS estfile.txt", True)
filetxt.WriteLine("Here's the text...")
filetxt.Close
set filetxt = nothing
set filesys = nothing
Am not sure where to start troubleshooting .
How to set timeout for COM+ object instance? If any instance is running more than 15 minutes, I want COM+ application to kill the instance automatically. Is there any way to set this?
View Replies View Relatedneed inserting the radio buttons that are checked. Ok I'm trying to insert the user picks but i need help on first renaming each set of radio buttons so they can select one from each group then i need help on inserting the ones selected. Code:
View Replies View RelatedIf I have 30 of the same cmpycd in the column, it brings it all up. I think this is one of those IF/THEN things, but not sure how to impliment it in the code.
All I want to do is show one instance of each unique item that exists in the cmpycd column. If it exists 300 times, I just want to show it once. Then also show the compFN that is also in the same row.
I can make it count and show how many are of each, but I cannot seem to get it to display just one of each. Code:
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 am looking for explorer object of internet explorer progress bar. I
don't know if it accessible to read real time this control.
I would like to open up explorer without any of the top menu.
View Replies View RelatedI'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.
I pull file paths from a database that point to files on our internal server and create links to them. For Explorer this works...
File://servername/file/path/filename.snp
But not for FireFox.
How to disable Internet Explorer's minimize, maximize, close buttons
View Replies View RelatedI'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've VB6.0 (SP6), Visual Interdev 6.0 (SP5).
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 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?
View Replies View RelatedIs is possible to open windows explorer (not internet explorer) through ASP or javascript? I need this to open a folder.
View Replies View Relateduser 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?
how can i see directories and files on my computer? if its FSO please explain how?
View Replies View Relatedis 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 open word file in explorer. I am using hyperlink for this purpose but it doesnt show me the file opened. Though i able to do save as on it.
View Replies View RelatedI 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?
How can I prevent user pressing the explorer's back button?
View Replies View RelatedAnybody have any experience of a decent explorer style tree view system which is database driven?At the minute I'm using ASP Tree View (www.CompuSolve-Technology.co.uk) but it's not really the best.It has to work with a database (MS SQL Server).
View Replies View RelatedIs there a way to embed an explorer like view of files within a directory and have them be linkable like a tree function in asp. Like This. I want to use as include file too.
View Replies View RelatedWe 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.
Using VS 2003, how can I open an existing (localhost) website so that all of the website files appear in Solution Explorer the way they do with VS 2005?
View Replies View Relatedwhat should I write for my code if I do not want the explorer to show my asp error ? Like instead of the ASP error being shown to the user, I would like it to show " An error has occured ,
View Replies View Related