Forums
This topic is locked
include external file...
Posted 22 Nov 2001 10:56:14
1
has voted
22 Nov 2001 10:56:14 Hans Gelok posted:
Does anybody know how to put an external file (like www.externalfile.com) into a table which is on asp-page?Replies
Replied 23 Nov 2001 04:43:16
23 Nov 2001 04:43:16 Ed Mc Land replied:
Which kind of file you want to include?
Your example www.externalfile.com is quite confusing as it looks more as a web address.
If you are talking about images you can simply put the link to it like www.someweb.com/image.jpg.
-Sky
Your example www.externalfile.com is quite confusing as it looks more as a web address.
If you are talking about images you can simply put the link to it like www.someweb.com/image.jpg.
-Sky
Replied 23 Nov 2001 08:28:01
23 Nov 2001 08:28:01 Hans Gelok replied:
Replied 25 Nov 2001 21:30:04
25 Nov 2001 21:30:04 Q Qwerty replied:
One way is of course just inserting HTML code in your table like this:
..bla..bla..<a href="yourpage.asp">Yourlinkname</a>..bla..bla..
If it's an internal file the use the correct relative or absolute path, if external use the full URL.
Good luck,
Rein
..bla..bla..<a href="yourpage.asp">Yourlinkname</a>..bla..bla..
If it's an internal file the use the correct relative or absolute path, if external use the full URL.
Good luck,
Rein