Search found 2 matches

by DaSlavick
Fri Oct 04, 2002 10:58 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: newbie with iframe
Replies: 2
Views: 2544

i got error: IframeId not defined.
i changed the id of the iframe exactly as the example.
so it have to work
not knowing what to do know
by DaSlavick
Thu Oct 03, 2002 11:14 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: newbie with iframe
Replies: 2
Views: 2544

newbie with iframe

:?: :?: :?:
hi, i'm a very newbie.
I searched arround the forums for my answer, but not really satisfied
i want some help to target a iframe, called internal.

at the example page these code is placed on.
function openIFrame(iframeId, winURL){
ifId=gmobj(iFrameId)
ifId.src=winURL
}
my qeustion ...