Author |
Topic  |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 22 July 2001 : 17:00:42
|
Hi, How do I implement a news.asp document in my default.htm side?
Can anyone please help me? Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se |
|
Id
Junior Member
 
USA
129 Posts |
Posted - 22 July 2001 : 17:21:56
|
are you just trying to set it up so that your default.htm links to a news.asp page? or did you want news.asp to be showing up on your default page?
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 23 July 2001 : 02:42:15
|
Hi Id, I want news.asp to be showing up on my default page.
Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se |
 |
|
Neophoenix
Starting Member
12 Posts |
Posted - 23 July 2001 : 04:04:09
|
ok i just installed this exact same thing.
you go to the example.asp that came with it and copy everything in it. then paste it where you want in the default.html and save it as default.asp
if you need any more help then email me xvmttvx@hotmail.com
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 23 July 2001 : 05:53:44
|
OK, done and everything work perfect. I asume there is no way to have it shown in a -htm or -html file? Thanks Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 23 July 2001 : 07:28:07
|
quote:
OK, done and everything work perfect. I asume there is no way to have it shown in a -htm or -html file? Thanks Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se
What you should infact do is leave your default.htm or whatever its called (index.htm?) file alone. Don't rename it.
No make a new file called default.asp . Copy the contents of default.htm into default.asp . Then put your code where you want news to appear.
now in default.htm , make it so that when a user goes to that page, it automatically redirects to default.asp, this way - you dont have to change all your links back to your homepage.
--- code to make it refresh -------
Put this in the head of default.asp
<meta http-equiv="refresh" content="0;URL=default.asp">
Regards,
Spoon, (ya all love me right?) |
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 23 July 2001 : 11:18:36
|
quote:
quote:
OK, done and everything work perfect. I asume there is no way to have it shown in a -htm or -html file? Thanks Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se
What you should infact do is leave your default.htm or whatever its called (index.htm?) file alone. Don't rename it.
No make a new file called default.asp . Copy the contents of default.htm into default.asp . Then put your code where you want news to appear.
now in default.htm , make it so that when a user goes to that page, it automatically redirects to default.asp, this way - you dont have to change all your links back to your homepage.
--- code to make it refresh -------
Put this in the head of default.asp
<meta http-equiv="refresh" content="0;URL=default.asp">
Regards,
Spoon, (ya all love me right?)
Yeah! We do Spoon! But in this matter I'm more lucky then you are - I use FrontPage2000! Therefore I have no difficulty to change the file name from default.htm to default.asp. The program automaticly change all links and dependences. In fact - due to the built in navigation function in FP2000 I have to make this post-fix in order to have the navigations intact.
Cheeers / Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se |
 |
|
Spoon
Average Member
  
Ireland
507 Posts |
Posted - 23 July 2001 : 12:15:40
|
I use DW4. FP sux.
Also, you can change links sitewide in dreamweaver 2. However, do you really want to go and upload all them files once again to your server????
Regards,
Spoon, (ya all love me right?) |
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 23 July 2001 : 16:09:55
|
quote:
I use DW4. FP sux.
Also, you can change links sitewide in dreamweaver 2. However, do you really want to go and upload all them files once again to your server????
Regards,
Spoon, (ya all love me right?)
Well Spoon - I have not much of a choise really. All navigations links are depending on the file. If I just change the suffix - my navigation links stys intact - if I replace the htm file with a asp-file I'll have to start all over again with my navigation links. And I have a lot of files at my site about 1 800 of them, 2 359 external links and 8 614 internal links!
So I take the easy way and upload the changed files
About FP - I was sponsored by Microsoft with all my Microsoft softwares and so far I'm very preased with them - but on the other hand - I have non what so ever experiance of any other softwares in this kind.
Cheers / Tomas
!-Keep distance in traffic-! www.whiplash.se www.whiplash.pp.se |
 |
|
Neophoenix
Starting Member
12 Posts |
Posted - 23 July 2001 : 21:52:47
|
how much does Dreamweaver cost?
|
 |
|
Id
Junior Member
 
USA
129 Posts |
Posted - 23 July 2001 : 22:09:56
|
's running for 300 just about everywhere
|
 |
|
|
Topic  |
|