473,398 Members | 2,368 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

asp.net and html

How do I do this?
-----Original Message-----
"notsure" <no*****@hotmail.com> wrote in news:1ad301c4b458 $1ba7ccc0$a*******@phx.gbl:

I want to run my website.. but load his aspx page into a frame on my webpage..

Is this possible.. or do I have to recreate my site in
asp.net?

No, you do not need to recreate the site in ASP.NET, but

you need to makesure your webhost supports ASP.NET.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.http://members.ebay.com/aboutme/coolspot18/
.

..
Nov 18 '05 #1
3 881
His aspx (your friend's aspx), will that need to run from your host? Or will
the http link point to another machine?

If it's your machine, then you need asp.net runtime installed. (Install .net
framework, run aspnet_regiis -i, and then regsvr32 aspnet_isapi.dll)

If its his machine, then simple html will work.

--

- Sahil Malik
You can reach me thru my blog http://www.dotnetjunkies.com/weblog/sahilmalik

"notsure" <no*****@hotmail.com> wrote in message
news:16****************************@phx.gbl...
How do I do this?
-----Original Message-----
"notsure" <no*****@hotmail.com> wrote in news:1ad301c4b458

$1ba7ccc0
$a*******@phx.gbl:

I want to run my website.. but load his aspx page into a frame on my webpage..

Is this possible.. or do I have to recreate my site in
asp.net?


No, you do not need to recreate the site in ASP.NET, but

you need to make
sure your webhost supports ASP.NET.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when

replying.
http://members.ebay.com/aboutme/coolspot18/
.

.

Nov 18 '05 #2
It does run on my host..
Do I just put the pagename in the link on my html page?
-----Original Message-----
His aspx (your friend's aspx), will that need to run from your host? Or willthe http link point to another machine?

If it's your machine, then you need asp.net runtime installed. (Install .netframework, run aspnet_regiis -i, and then regsvr32 aspnet_isapi.dll)
If its his machine, then simple html will work.

--

- Sahil Malik
You can reach me thru my blog http://www.dotnetjunkies.com/weblog/sahilmalik
"notsure" <no*****@hotmail.com> wrote in message
news:16****************************@phx.gbl...
How do I do this?
-----Original Message-----
"notsure" <no*****@hotmail.com> wrote in
news:1ad301c4b458 $1ba7ccc0
$a*******@phx.gbl:
I want to run my website.. but load his aspx page into

a
frame on my webpage..

Is this possible.. or do I have to recreate my site in
asp.net?
No, you do not need to recreate the site in ASP.NET, but

you need to make
sure your webhost supports ASP.NET.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when

replying.
http://members.ebay.com/aboutme/coolspot18/
.

.

.

Nov 18 '05 #3
As I said below, if it runs on your host, you need to setup the aspx
application on your host first. (I am assuming you've already taken care of
that).

Once you have that running, then yes, putting a href on the <a> tag should
take care of it. Let us know if you run into any issues.

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
"nostsure" <no*****@hotmail.com> wrote in message
news:1b****************************@phx.gbl...
It does run on my host..
Do I just put the pagename in the link on my html page?
-----Original Message-----
His aspx (your friend's aspx), will that need to run from

your host? Or will
the http link point to another machine?

If it's your machine, then you need asp.net runtime

installed. (Install .net
framework, run aspnet_regiis -i, and then regsvr32

aspnet_isapi.dll)

If its his machine, then simple html will work.

--

- Sahil Malik
You can reach me thru my blog

http://www.dotnetjunkies.com/weblog/sahilmalik

"notsure" <no*****@hotmail.com> wrote in message
news:16****************************@phx.gbl...
How do I do this?

-----Original Message-----
"notsure" <no*****@hotmail.com> wrote in news:1ad301c4b458 $1ba7ccc0
$a*******@phx.gbl:

>
> I want to run my website.. but load his aspx page into
a
> frame on my webpage..
>
> Is this possible.. or do I have to recreate my site in
> asp.net?
>

No, you do not need to recreate the site in ASP.NET, but
you need to make
sure your webhost supports ASP.NET.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when
replying.
http://members.ebay.com/aboutme/coolspot18/
.

.

.

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: VK | last post by:
09/30/03 Phil Powell posted his "Radio buttons do not appear checked" question. This question led to a long discussion about the naming rules applying to variables, objects, methods and properties...
4
by: Francois Keyeux | last post by:
hello everyone: i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50) i know how to create a plain text...
1
by: cirillo_curiosone | last post by:
Hi, i'm new to javascript. I started studing it on the web few weeks ago, but still haven't been able to solve one big problem: HOT TO PASS VALUES FROM A SCRIPT VARIABLE TO A CHILD HTML...
33
by: LRW | last post by:
http://gto.ie-studios.net/index.php When you view the above site in IE, if the 1st of the three product images is tall enough to push the cell down a couple of pixels, IE somehow doesn't show...
0
by: Boris Ammerlaan | last post by:
This notice is posted about every week. I'll endeavor to use the same subject line so that those of you who have seen it can kill-file the subject; additionally, Supersedes: headers are used to...
9
by: Patient Guy | last post by:
Taking the BODY element as an example, all of its style attributes ('alink', 'vlink', 'background', 'text', etc.) are deprecated in HTML 4.01, a fact noted in the DOM Level 2 HTML specification. ...
5
by: serge calderara | last post by:
Dear all, I am new in asp.net and prepare myself for exam I still have dificulties to understand the difference between server control and HTML control. Okey things whcih are clear are the fact...
6
by: Guy Macon | last post by:
cwdjrxyz wrote: HTML 5 has solved the above probem. See the following web page: HTML 5, one vocabulary, two serializations http://www.w3.org/QA/2008/01/html5-is-html-and-xml.html
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.