<base Target="???">

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...

View Replies


ADVERTISEMENT

How Do U Use TARGET In Safari?

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?

View Replies View Related

Target Frame On ASP

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.

View Replies View Related

Save Target As

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.

View Replies View Related

Target Frame

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.

View Replies View Related

Save Target As

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.

View Replies View Related

2 Base Using In ASP

I'm trying to build an application in ASP and using multiple database, but I've receiving some problem, have any idea or have any sample scripts to use multiple database?

View Replies View Related

Target In Anchor Tag Not Working In IE7

While working with IE7 i found that my target attribute in <a> tag is not showing the output in the specified frame which i choose.

View Replies View Related

Target New Window With Form

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.

View Replies View Related

Use Target With Response.write

I have two browser windows open on the desktop. One is a full screen, one is a popup.

I have this line of code:

response.redirect ("findClient.asp?error=invalid")

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.

View Replies View Related

Base Href

I'm using W2k Pro, ASP 3, IIS 5 & DWMX 6.1 and code in VBSCRIPT
I currently use the <BASE href=XXXX> in all my pages and just read
that this tag is no longer supported so will soon vanish
I have a couple of sites that I'm working on and to make all my links
work right etc I need to use the base href tag

http://localhost/site1/
http://localhost/site2/
http://localhost/site3/

where online the base href would be

http://www.site1.com/
http://www.site2.com/
http://www.site3.com/

all my links are like <img src=images/mylogo.gif> or <a
src=info/info.asp>Info</a>

Now my problem is how else would I design my sites if I cant use the
Base href tag so the site would work both on LOCAL & REMOTE servers as
needed in the above paths?I'm sure other people develop on a WIN 2k PRO system where you canonly have ONE site (c:inetputwwwrooot) Which was fine when I only
had one site... but when I needed a second I had to change my first to
use the Base href so I could check the sites out locally (offline)
before uploading them to a live server.

View Replies View Related

Data Base First?

Do I create and name all pages with .asp or still in .html. when creating a drop down menu, assuming all the tags are in place, how do i test the site on the server?

so do i create the html pages first or the data base first or does it matter? where is the data base created in notepad or excel?

View Replies View Related

Redirect A Frame Target From Server

I need them for presentation control and they work quite well except for this one "little" problem.

One of my pages located in a frame submits a form to itself for verification. The ASP psuedo code is

if verified
Response.Redirect newTopLevel page
(else keep going and reload me again in the same frame)

I can't change the base target of the frame until I verify, in which case I don't want to return to the same anyway.

Basically, how do I switch targets from the server to set a new top level frameset page?

View Replies View Related

Response.redirect To Target Frame

how can i use command Response.redirect when i want it to redirect informations to some target frame ?

View Replies View Related

Knowledge Base Script..

Can anyone point me in the direction of a freely-available Knowledge Base/FAQ script, compatible with iis5 and ms sql.

View Replies View Related

SQL Connection With Data Base

I have been using php for a while now but have recently had to start using asp. I have purchased some hosting from webfusion.co.uk but have been having trouble connecting to the sql server, could someone possible help me here as I don't know what is the correct code to use to start with let alone know where I have gone wrong.

View Replies View Related

Access Data Base

This error occured with me when i want to open my access database:

----------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x888 Thread 0x1288 DBC 0x2e8f014 Jet'.

/AAA/Afghanistan.asp, line 374
----------------------------------

View Replies View Related

Adding Records To Data Base?

I have a data base that I wish to add a record to. I have many fields to ender, but I was testing my code with just one and it works just fine : Code:

View Replies View Related

How To Get The Function Value And Store In Data Base?

Im creating mcq questions using asp and have problems in storing the scores into my database..

View Replies View Related

Microsoft Knowledge Base Article

i wanted to get the 411 on this article. I want to create a small utility web site with a logon page and a form connected to an Access database. The article below explains exactly how but when I try this I can only see the code no actual logon page - nothing but code.

My system is asp allowed and asp.net extensions allowed. FP 2002 extensions allowed. All other extensions are prohibited. I am using w2k3 IIS 6.0 and running 3 html sites succesfully all with working forms. Is there something on the server/website itself I need to enable?Why do I only see code and not a logon page as described in the article?

View Replies View Related

Check Box Value Stored In Data Base

I have a few check boxs on a page. What I want to do is if a box is checks a value of Y is stored in the database. Could you please show me how to do this?

View Replies View Related

How Can Insert The Image In Access Data Base In ASP

how can i insert the images in any format in MS Access database using the ASP plz give me a simplest and easy code which i can use in ASP

View Replies View Related

Update Excel File Fromdata Base

I want to update Excel file when i update database.

View Replies View Related

Populate List Box Base On Combo Box Selection

how do i get a value from a combo box and populate a list box base on the selected value from a combo box? If possible can i get a sample coding.

View Replies View Related

"target=_blank "

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

my code:

<td valign="top">

<% Response.Write "<a href=http://"& rsResults("url")& " >"& rsResults("url") &"</a>" %>

</td>

View Replies View Related

Submit Form Using Method="post" To Target="_search"

I want to use the POST method to submit the form and then grab the
parameters in the asp file with request.form("parm").

The problem is that I am using the _search target to open the asp
page.

When I use _blank target there is no problem, either I use GET or POST
method.

But when I use _search target, only GET method works. Code:

View Replies View Related

Data Update To Data Base

Dreamweaver created code to update to data base. But when testing on website i get the following message. I have no clue what it might be.
Microsoft JET Database Engine error '80040e14'
Syntax error in UPDATE statement.
/admin/update.asp, line 111
line 11 is strName.execute
I read it might be forbiden characters in the data base field names or spaces...
but i don't have that. the names are userName, userLevel, ID, Password.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved