10 messaggi dal 02 ottobre 2003
ho il seguente codice:

<%
dim vIn(0),vOut,vErr
dim lRet,StrHtml,StrHtmlCod

set MyObj= Server.CreateObject("JaguarUsato01.cJaguarUsato01")

vIn(0)="000013"

lRet=MyObj.ListaModelli(vIn,vOut,vErr)

if lRet<>0 then

call Response.Write(vErr(0) & vErr(1))
call Response.End

end if

StrHtml=vbNullString
StrHtmlCod=vbNullString

for i=0 to UBound(vOut,2)

StrHtml=StrHtml & "item" & i & "=" & vOut(1,i) & "&"
StrHtmlCod=StrHtmlCod & "Cod" & i & "=" & vOut(0,i) & "&"

next

call Response.Write(StrHtml)
call Response.Write(StrHtmlCod)


%>
<HTML>

<FRAMESET rows="280,*" FRAMEBORDER="no" BORDER=0 framespacing="0">

<FRAME NAME="toc" SRC="comboBox.asp" SCROLLING=auto runat=server >

<FRAME NAME="principale" SRC="esempio.asp" SCROLLING=auto runat=server>


</FRAMESET>



</HTML>

perche mi fa vedere la response e non mi fa partire i frame

grazie mille
2.584 messaggi dal 14 maggio 2001
Scusami ma la presentazione in flash in che frame viene visualizzata?
prova a spostare la prima parte nella pagina comboBox.asp
10 messaggi dal 02 ottobre 2003
mi si vede poi il codice sopra

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.