Print Page | Close Window

ASP into a normal web page

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=438
Printed Date: 28 March 2026 at 11:51pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ASP into a normal web page
Posted By: macnet1
Subject: ASP into a normal web page
Date Posted: 23 February 2003 at 5:53am

Hi there can you guys help, I have a normal web page and would like tp lace the news.asp from script this site into a table. How can I do this as I dont know anything about ASP. The news section on hte main page of webwiz is the sort of thing I would like to do ....please help !

cheers

mac




Replies:
Posted By: MorningZ
Date Posted: 23 February 2003 at 7:16am
First you need to make sure that wherever you are hosting your "normal web page", that is supports ASP...

as for intergrating it, you can use the <iframne> tag (or frames for that matter) to give the illusion that the news item is in the same page

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: macnet1
Date Posted: 23 February 2003 at 6:02pm

Thank you MorningZ for your reply and kind help.

Yes my server support  .ASP

Great about the Iframe, however a question for the Iframe, if I place an IFrame into the page will the frame automatically re-size the table when ever the the NEws data changes size.

I.e. the more news on the age the bigger the page will be or the IFrame, but will both change size...

Cheers

Mark



Posted By: skyworld
Date Posted: 23 February 2003 at 8:04pm

simple lets say you want a date for your page....

 

where you want it you put <% response.write date() %>

 

<% - asp start tag

response.write  - write something

%> - asp close tag

 

IF you want to write hi then you do

<% response.write "hi" %>

you use " because its text 

if you want date and time ...

<% response.write "The time is " & date() %>

you need to visit some asp tutorial sites... some i am aware of are

webwizforums.com .... (ur here...)

http://www.maddogs-asp.com - www.maddogs-asp.com

http://www.google.com - www.google.com <-- search google  "asp tutorials"

hope i helped a little. ..




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net