Click here to Skip to main content
16,012,508 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: get the selected text in the textarea Pin
Ryan Johnston19-Aug-02 9:08
Ryan Johnston19-Aug-02 9:08 
GeneralASP Graph Component Pin
Paul Watson19-Aug-02 5:29
sitebuilderPaul Watson19-Aug-02 5:29 
GeneralRe: ASP Graph Component Pin
Daniel Turini20-Aug-02 6:41
Daniel Turini20-Aug-02 6:41 
GeneralRe: ASP Graph Component Pin
Paul Watson20-Aug-02 6:54
sitebuilderPaul Watson20-Aug-02 6:54 
GeneralAutoComplete and the <asp:TextBox> tag Pin
Paul Riley19-Aug-02 3:00
Paul Riley19-Aug-02 3:00 
GeneralRe: AutoComplete and the <asp:TextBox> tag Pin
Andy Smith19-Aug-02 5:55
Andy Smith19-Aug-02 5:55 
GeneralRe: AutoComplete and the <asp:TextBox> tag Pin
Paul Riley19-Aug-02 6:19
Paul Riley19-Aug-02 6:19 
Generaljava script frame problems Pin
TommyKnocker19-Aug-02 0:57
TommyKnocker19-Aug-02 0:57 
i dont know what is wrong...

i got the following structure:


frameset1 (2 frames):
1.1. chatRoomFrame:
frameset2 (2 frames):
2.1. insertFrame
2.2. chatFrame
1.2 bottomFrame

so. the "insertFrame" refreshes every 3 seconds, and
"onload" it calls the following javascript function:

function update()
{
temp = top.chatFrame.chat.chatfield.value;
top.chatFrame.chat.chatfield.value = temp
<%
do while (NOT rs.EOF)
output = "+""\n"&rs.fields.item("sender")&"(to:
"&rs.fields.item("empfaenger")&"): "&rs.fields.item("inhalt")&""""

response.write(output)
rs.movenext
loop
rs.close
%>;

}


but i always get the error message,that the object:

top.chatFrame.chat.chatfield.value

does not exist. it even aboard with: top.chatFrame.chat

i already tried parent or document instead of top, but same error occurs.

does anyone has any idea???


thnx for help!
GeneralRe: java script frame problems Pin
Jeremy Falcon19-Aug-02 5:05
professionalJeremy Falcon19-Aug-02 5:05 
GeneralRe: java script frame problems Pin
Uritsukidoji22-Aug-02 6:48
Uritsukidoji22-Aug-02 6:48 
GeneralPHP plugin for Visual Studio Pin
Hyien18-Aug-02 2:51
Hyien18-Aug-02 2:51 
Questionhow will i know? Pin
drmzunlimited17-Aug-02 10:32
drmzunlimited17-Aug-02 10:32 
AnswerRe: how will i know? Pin
jomama21-Aug-02 8:08
jomama21-Aug-02 8:08 
Questioncan anybody help!! Pin
drmzunlimited17-Aug-02 10:28
drmzunlimited17-Aug-02 10:28 
AnswerRe: can anybody help!! Pin
Paul Riley18-Aug-02 10:24
Paul Riley18-Aug-02 10:24 
AnswerRe: can anybody help!! Pin
TigerNinja_22-Aug-02 12:02
TigerNinja_22-Aug-02 12:02 
General".aspx" extensions do not execute Pin
Julien Martin17-Aug-02 6:46
Julien Martin17-Aug-02 6:46 
GeneralRe: ".aspx" extensions do not execute Pin
Nick Parker17-Aug-02 12:55
protectorNick Parker17-Aug-02 12:55 
GeneralRe: ".aspx" extensions do not execute Pin
Richard Deeming19-Aug-02 1:04
mveRichard Deeming19-Aug-02 1:04 
GeneralMore DataGrid issues Pin
afronaut16-Aug-02 21:05
afronaut16-Aug-02 21:05 
GeneralRe: More DataGrid issues Pin
Paul Riley18-Aug-02 10:20
Paul Riley18-Aug-02 10:20 
GeneralWhile Deploy my applan in remote server i am getting ADODB not found Pin
Jude Asis Prabhu16-Aug-02 19:51
Jude Asis Prabhu16-Aug-02 19:51 
GeneralServer.Execute Issues Capturing resulting HTML from aspx page execution. Pin
Tom G16-Aug-02 10:15
Tom G16-Aug-02 10:15 
GeneralRe: Server.Execute Issues Capturing resulting HTML from aspx page execution. Pin
Tom G1220-Aug-02 15:14
sussTom G1220-Aug-02 15:14 
GeneralCustom Validator Control Pin
afronaut15-Aug-02 13:46
afronaut15-Aug-02 13:46 

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.