Click here to Skip to main content
15,906,574 members
Home / Discussions / Web Development
   

Web Development

 
QuestionLabel Printing Pin
cberam19-Jan-06 0:50
cberam19-Jan-06 0:50 
QuestionASPNETDB.MDF Pin
m_amin8318-Jan-06 22:42
m_amin8318-Jan-06 22:42 
QuestionOne .js file or many? Pin
RX Maverick18-Jan-06 13:20
RX Maverick18-Jan-06 13:20 
AnswerRe: One .js file or many? Pin
Guffa18-Jan-06 13:52
Guffa18-Jan-06 13:52 
AnswerRe: One .js file or many? Pin
Colin Angus Mackay18-Jan-06 22:56
Colin Angus Mackay18-Jan-06 22:56 
QuestionCopy Web feature in VS2005 fails... Pin
Jesse Evans18-Jan-06 8:41
Jesse Evans18-Jan-06 8:41 
Questiontop.location.href from an Iframe Pin
xaphod18-Jan-06 8:06
xaphod18-Jan-06 8:06 
AnswerRe: top.location.href from an Iframe Pin
Guffa18-Jan-06 11:19
Guffa18-Jan-06 11:19 
I actuaklly never tried using a frameset in an iframe, but this is how I think that it works:

Using the window.top property inside a frame will reference the frameset, e.g. the contents of the iframe. From there you can use the window.parent property to reference the page containing the iframe.

So, this should work:

window.top.parent.location = 'new.aspx';

---
b { font-weight: normal; }

GeneralRe: top.location.href from an Iframe Pin
xaphod18-Jan-06 12:50
xaphod18-Jan-06 12:50 
AnswerRe: top.location.href from an Iframe Pin
Guffa18-Jan-06 13:54
Guffa18-Jan-06 13:54 
QuestionHide IE Throbber in full screen mode Pin
Brent Lamborn18-Jan-06 4:24
Brent Lamborn18-Jan-06 4:24 
QuestionModal Dialog Box for Username And Password Entry(Like Windows ). Pin
rpkumar17-Jan-06 23:15
rpkumar17-Jan-06 23:15 
AnswerRe: Modal Dialog Box for Username And Password Entry(Like Windows ). Pin
Prakash Nadar18-Jan-06 0:12
Prakash Nadar18-Jan-06 0:12 
QuestionRe: Modal Dialog Box for Username And Password Entry(Like Windows ). Pin
rpkumar18-Jan-06 0:42
rpkumar18-Jan-06 0:42 
QuestionShockwave on Apple Mac Pin
Wolfram Steinke17-Jan-06 23:10
Wolfram Steinke17-Jan-06 23:10 
Questionwindow.defaultStatus Pin
Brendan Vogt17-Jan-06 22:45
Brendan Vogt17-Jan-06 22:45 
QuestionIncludes Pin
Brendan Vogt17-Jan-06 22:12
Brendan Vogt17-Jan-06 22:12 
AnswerRe: Includes Pin
Guffa17-Jan-06 23:13
Guffa17-Jan-06 23:13 
QuestionGradient Pin
sujith3117-Jan-06 22:08
sujith3117-Jan-06 22:08 
AnswerRe: Gradient Pin
D. Ram Prabhu18-Jan-06 17:48
D. Ram Prabhu18-Jan-06 17:48 
Questioninfragistics controls help Pin
emc_rizwan17-Jan-06 20:16
emc_rizwan17-Jan-06 20:16 
QuestionNeed a hyperlink to pass a variable Pin
oz_egirl17-Jan-06 20:04
oz_egirl17-Jan-06 20:04 
AnswerRe: Need a hyperlink to pass a variable Pin
Guffa17-Jan-06 23:16
Guffa17-Jan-06 23:16 
GeneralRe: Need a hyperlink to pass a variable Pin
oz_egirl18-Jan-06 21:23
oz_egirl18-Jan-06 21:23 
AnswerRe: Need a hyperlink to pass a variable Pin
Guffa18-Jan-06 21:48
Guffa18-Jan-06 21:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.