Click here to Skip to main content
15,887,361 members
Home / Discussions / Web Development
   

Web Development

 
Generalhtml and asp pages in vs .net Pin
brian5521-Jan-05 10:57
brian5521-Jan-05 10:57 
GeneralFrontPage EMail Question Pin
Small Rat21-Jan-05 7:12
Small Rat21-Jan-05 7:12 
GeneralCalling Web servicec without using proxy and giving xml as input Pin
dan_aravind21-Jan-05 1:24
dan_aravind21-Jan-05 1:24 
Generaldifficulty with frames Pin
ojovjm20-Jan-05 18:09
ojovjm20-Jan-05 18:09 
GeneralRe: difficulty with frames Pin
Gavin Jeffrey21-Jan-05 0:58
Gavin Jeffrey21-Jan-05 0:58 
GeneralRe: difficulty with frames Pin
ojovjm21-Jan-05 4:32
ojovjm21-Jan-05 4:32 
GeneralRe: difficulty with frames Pin
Roger Wright21-Jan-05 21:42
professionalRoger Wright21-Jan-05 21:42 
GeneralRe: difficulty with frames Pin
nagarajuepuri25-Jan-05 6:54
nagarajuepuri25-Jan-05 6:54 
hi,
try to use folllowing example.
As you said, your frameset code is some thing like following one

<frameset cols="20,*">
<frame id="left_frame" src="left.htm">
<frame id="right_frame" src="right.asp">
</frameset>

now you are posting your values from left frame right, and you want to load results in right frame, right

now try to use following <FORM> tag in your left frame page

<fomr id="frm" method="post" action="right.asp" target="right_frame">

now look at here, I am targeting frame action to right frame by using the right frame ID which I have declared in the frameset code.

I hope now you can go with it

all the best
Generalcsv import cannot find file on desktop Pin
orangetree20-Jan-05 16:12
orangetree20-Jan-05 16:12 
QuestionHow to integrate C++ application with ASP.net Web Application? Pin
webdevelopex19-Jan-05 15:37
webdevelopex19-Jan-05 15:37 
AnswerRe: How to integrate C++ application with ASP.net Web Application? Pin
V.20-Jan-05 22:29
professionalV.20-Jan-05 22:29 
GeneralJavaScript + dll howto... Pin
spaceus19-Jan-05 10:32
spaceus19-Jan-05 10:32 
GeneralDatabase Pin
Yulianto.18-Jan-05 18:01
Yulianto.18-Jan-05 18:01 
GeneralRe: Database Pin
Colin Angus Mackay19-Jan-05 4:46
Colin Angus Mackay19-Jan-05 4:46 
GeneralRe: Database Pin
Yulianto.19-Jan-05 16:04
Yulianto.19-Jan-05 16:04 
GeneralRe: Database Pin
Colin Angus Mackay19-Jan-05 22:03
Colin Angus Mackay19-Jan-05 22:03 
GeneralRe: Database Pin
Yulianto.21-Jan-05 14:29
Yulianto.21-Jan-05 14:29 
GeneralRe: Database Pin
Colin Angus Mackay21-Jan-05 14:36
Colin Angus Mackay21-Jan-05 14:36 
GeneralRe: Database Pin
mtone26-Jan-05 3:36
mtone26-Jan-05 3:36 
GeneralEvent not firing in composite control Pin
ttapping18-Jan-05 15:20
ttapping18-Jan-05 15:20 
GeneralRe: Event not firing in composite control Pin
epatton20-Jan-05 2:49
epatton20-Jan-05 2:49 
GeneralRe: Event not firing in composite control Pin
ttapping21-Jan-05 18:06
ttapping21-Jan-05 18:06 
GeneralAccessing child page function through JavaScript Pin
Hemant Mane18-Jan-05 4:48
Hemant Mane18-Jan-05 4:48 
GeneralRe: Accessing child page function through JavaScript Pin
JKroschel25-Jan-05 8:01
JKroschel25-Jan-05 8:01 
GeneralException thrown when use IOleContainer::EnumObjects function Pin
mayforest18-Jan-05 1:17
mayforest18-Jan-05 1:17 

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.