Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 3rd, 2003, 09:24 PM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 112
Thanks: 0
Thanked 0 Times in 0 Posts
Default HTTPS and Frames

My question has to do with the use of frames and SSL. If I a reference a page using for example (https://www.mydomain.com/default.asp) which has multiple frames (i.e. banner, navigation, & main)

The classic example would be a signup page in the main frame which posts to itself as in:

<form method="POST" action="login.asp">
<input type="text" name="username">
<input type="password" name="password">
...
<input type="submit" value="Submit">
</form>

The default target frame would be the main frame. So I'm guessing the BASE URL of the page login.asp is https://www.mydomain.com/, or if the user clicks submit, is the "effective" post to https://www.mydomain.com/login.asp?

Is that correct? Are form posts within the main frame also secure?

Thanks.

P.S. I did search for this topic but without success. Most topics discussed wether the little lock icon would appear if you reference a SSL page within a frame. In my case since I'm reference the _top level frame with https: the lock icon does appear, but I'm not sure if the pages within the frame are secure.

 
Old July 4th, 2003, 10:14 AM
Authorized User
 
Join Date: Jun 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to natmaster Send a message via AIM to natmaster Send a message via MSN to natmaster
Default

>The default target frame would be the main frame. So I'm guessing the BASE URL of the >page login.asp is https://www.mydomain.com/, or if the user clicks submit, is the >"effective" post to https://www.mydomain.com/login.asp?
yes

----------------------------
http://aeonofdarkness.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTPS MunishBhatia ASP.NET 2.0 Professional 1 June 12th, 2007 03:52 AM
Non-https form aveekb Classic ASP Professional 2 September 6th, 2006 10:20 AM
HTTPS anshul HTML Code Clinic 3 June 17th, 2004 02:17 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.