I'm trying to open a new window using ASP.. been searching arnd but most othr codes involved Javascript. is there a possible way. if yes pleasee help me out on this
I would like to be able to switch the main frame (index.html) from the navigation in a frameset. This works fine in IE but I don't seem to get it to work in Safari. Is there anything special I should think about when using "target=index" and so on when working with Safari?
I have a page with 2 frames, F1 and F2. On F2, I have 2 more subframes, F2A and F2B. If I click a button on F2A, I want to open the page on the whole F2. I use parent.frames.F2.location.href but it doesn't work.
I would like to place a button on a web page that when clicked performs the same funtion as when you right click a link and choose "save target as..."the files I want people to download are .swf and I don't want to zip them.
Is there a way in ASP to figure out if a page that is being loaded is being loaded into a frameset? I know I can code this in javascript,but I would prefer to only inject a chunk of 'onload' code in the body tag if infact the page is being loaded in a specific frameset.
I have an ASP application that uploads a specified file to the server. To retrieve the file, I simply assign the filepath and file to a hyperlink on the page.
When you click "Save Target As" for some file types, I get the following error messsage:
IE can not download <file> from <server>.
IE was not able to open this internet site. The requested site is either unavalable or can not be found. how to save a file of any type? It works for MS Word, Excell, text files.
I have a form that sites in an iFrame window (I know, I know....) that I need to target parent so the form reidrect URL doesn't load in the frame. Can anyone help me with this item:
var MM_editConnection = MM_testapp_STRING; var MM_editTable = "Test"; var MM_editRedirectUrl = http://www.test.org/thanks.htm";
I just need the editRedirectUrl to open the parent window.
I need it to load in a popup box(findClient.asp) instead of the fullscreen . I need something like a target attribute here, but don't know how to do it inside the response.write.
Is there any way to set <base target="_blank"> for links which link to a page outside the domain, and <base target="_self"> for links which link to a page inside the domain?
Can i do such a thing in the global.asa file or maybe in an other include asp file? I am working on a site with 3-4000 hyperlinks, and I do not look forward to "marching" through every each one ove them and set target to _blank og _self...