Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Tumacenje JavaScript-a

[es] :: Web dizajn i CSS :: Tumacenje JavaScript-a

[ Pregleda: 3500 | Odgovora: 6 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

ventura

Član broj: 32
Poruke: 7781
*.brick.net



+6455 Profil

icon Tumacenje JavaScript-a12.05.2001. u 03:23 - pre 278 meseci
ovako... ovaj skript poziva odredjenu stvarnicu koja nije top.htm i nije dummy.htm, strana je sasvim neka treca, koju ja niasm uspeo da lociram u kodu.. dali neko moze da provali koje sve webstranice ova skripta poziva?

btw skripta se nalazi u https://investment.datek.com

Code:

<!-- 
INVSTMNT v 2.0
07.25.2000 2.0 TA Streamlined javascript and modified stylesheet for options
11.14.2000 2.1 TA Added popLevelII for Datek Direct 
11.21.2000 2.2 MF Added screen coordinates to variable "features" for pop-ups'
12.06.2000 2.3 TA Added USERINFO tag
 -->
<HTML>
<HEAD>
<TITLE>Datek Online Investment Site</TITLE>
<SCRIPT LANGUAGE="javascript">
<!--
//browser sniffing
var agt=navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion); var is_minor = parseFloat(navigator.appVersion);
var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) 
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) 
                && (agt.indexOf('webtv')==-1)); 
var is_ie   = (agt.indexOf("msie") != -1);
var is_nav4up = (is_nav && (is_major >= 4)); var is_ie4up  = (is_ie  && (is_major >= 4)); 
var is_webtv = (agt.indexOf("webtv") != -1); var isIt4 = (is_nav4up||is_ie4up||is_webtv);
//end browser sniffing
//kick out non-DHTML MS and NN browsers
if(isIt4==false) { self.document.location = "/redirect.htm"; }
//variables for microcharts
var time = "1hr"; var freq = 9;
//set the domOvj variable for IE
var domObj = ""; if (is_ie4up) domObj = "window.";
var userInfo = new Array();
userInfo[0]="VUKOV19862";
userInfo[1]="762778";
userInfo[2]="2637";
userInfo[3]="0";
userInfo[4]="0";
userInfo[5]="0";
userInfo[6]="1";
userInfo[7]="0";
userInfo[8]="0";
userInfo[9]="1";
userInfo["datekDirectLevel"]="1";
userInfo["levelIIFeePaid"]="1";
userInfo["IRAAccount"]="0";
userInfo["professionalUser"]="1";
userInfo["serviceLevel"]=" ";
userInfo["isItReal"]="20030507";

//example:
//userInfo[0] = "DEMO      "
//handle Netscape resizing
NS4 = document.layers;
if (NS4) { origWidth = innerWidth; origHeight = innerHeight; }
function reDo() { if (innerWidth != origWidth || innerHeight != origHeight) location.reload(); }
if (NS4) onresize = reDo;
//end NS resize fix
//The window opener for all help windows
var helpWin = null;
function opensWindow(url, name, w, h) {
    //make sure the window is closed
    if (!helpWin || helpWin.closed) {
        //Hook myself up with the size variables 
        var w0 = parseInt(w); var h0 = parseInt(h);
        //if screen resolution is more than 800x600, shrink the window
        if (h0 > 500 && eval(domObj + "screen.height") < 700) {    h0 = h0*.80; }
        //set up the window property variables for interpolation
        var features = "width="+w0+",height="+h0+",directories=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,top=0,left=0";                
        //open the window already
        helpWin = window.open(url, name, features);   
    } else helpWin.document.location = url;
}
function setStatus(msg) { window.status = msg; return true; }
function popLevelII() {
    consoleWindow=window.open("/streamer/levelii-login.htm","LevelIIConsole","width=480,height=640,toolbar=0,location=0,menubar=0,resizable=0,titlebar=0,directories=0,status=1,scrollbars=1"); if (navigator.appName=="Netscape") consoleWindow.focus();
}
//css-variable
var cssvar = "";
cssvar="\n<STYLE type=\"text/css\">TD {font-family:  Arial, Helvetica; font-size:10pt;}TD.eight {font-size:8pt;}TD.nine {font-size:9pt;}TD.title {font-family:\"Arial Black\"; color:#ffffff;}TD.twelve {font-size:12pt;}TD.sub {color:#ffffff; font-weight:700;}#u {color:#009900;}#d {color:#CC0000;}#streamer {color:#336699;}#help {font-size:11pt; font-family: Arial, Helvetica; color:#ffffcc;}</style>";
var colorVar = ""; if (is_nav) colorVar = screen.pixelDepth; if (is_ie) colorVar = screen.colorDepth;
var csscolor="";
//newschool color palette for video displays that can handle it
if (colorVar&&colorVar>8) {
    csscolor = "\n<STYLE type=\"text/css\">#bidask {color:#999999;}#rowa {background:#cceecc; height:22px;}#rowb {background:#eeeecc; height:22px;}#indices {background:#eeeeee;}.row0 {background:#cceecc; height:22px;}.row1 {background:#eeeecc; height:22px;}#msg {background:#eeeecc; height:22px;}TD.atab {background:#cccccc; height:22px;}TD.itab {background:#eeeeee; height:22px;}.money {background:#eeffee}</style>"    
}
//oldschool
else csscolor = "\n<STYLE type=\"text/css\">#bidask {color:#999999;}#rowa {background:#ccffcc; height:22px;}#rowb {background:#ffffcc; height:22px;}#indices {background:#cccccc;}.row0 {background:#ccffcc; height:22px;}.row1 {background:#ffffcc; height:22px;}#msg {background:#ffffcc; height:22px;}TD.atab {background:#cccccc; height:22px;}TD.itab {background:#ffffff; height:22px;}.money {background:#ccffcc}</style>";
//-->
</SCRIPT>
</HEAD>    
<!-- frames -->
<FRAMESET  ROWS="72,*" FRAMESPACING="0" BORDER="0" FRAMEBORDER="no">
    <FRAME NAME="topnav" SRC="/top/top.htm" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no" FRAMEBORDER="no">
    <FRAME NAME="body" SRC="/dummy.htm" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto" FRAMEBORDER="no">
</FRAMESET>
</HTML>
 
Odgovor na temu

ventura

Član broj: 32
Poruke: 7781
*.brick.net



+6455 Profil

icon Re: Tumacenje JavaScript-a12.05.2001. u 04:02 - pre 278 meseci
ok.. izolovao sam direktno kod koji vodi do trading centra...

ali jos uvek nemogu da lociram tacnu adresu HTML fajla.. znaci treba mi tacan podataj, sta ova strana pozvia, kada se na drop down meniju klikne na Quotes & Trades opciju.. koja ima source:

Code:
<OPTION value="equityCenter(parent.userInfo['datekDirectLevel'])">Quotes &amp; Trades


citav source strane je:
Code:

<!-- 
Top.htm V 3.4.1
***** SEE VSS FOR PREVIOUS VERSIONING HISTORY ******
02.22.2001 3.2.2 MF/PG Resized streamer console window
03.21.2001 3.3   MF/PG  Added options to refresh function
04.25.2001 3.4  NS Changed popStreamer URL
05.01.2001 3.4.1  MF/PG Added @nswerbox
 -->
<HTML>
<HEAD>
<TITLE>Datek Online Investment Site</TITLE>
<SCRIPT language=javascript><!--
var SURL = "/";
var URL = "http://www.datek.com/";
var iSize = 520;
var cOther=false;
var oQuotes=false;
var bQuotes=false;
var domain = top.location.href;
if (domain.indexOf("?") > 0) domain = domain.substring(0,domain.indexOf("?"));    
if (parseInt(navigator.appVersion)>=4) {
    if (screen.width > 800) iSize=660;
}
function getStreamer() {
    //give me only before the '?' (if any)
    top.location = domain+"?streamer";
}
//used to sync the first menu when closing positions, accessing open orders, etc.
function synch(bodyId, nogo) {
    //this array contains ids that correspond to the selections in the first pulldown
    var idArray = new Array ("th","reset","qt","oc","mf","pf","oo","da","nm");
    //this for loop will get the bodyId based on the position of the code in the array and reset the menu
    for (i=0; i<idArray.length; i++) {
        if (idArray[i]==bodyId) {
            bodyId = i;
            break;
        }
    }    
    self.document.navselect.TradeNow.selectedIndex=bodyId;
    if (nogo==false) {
        eval(self.document.navselect.TradeNow.options[bodyId].value)
    }
}
function reFresh() {
    var bodyId=self.document.navselect.TradeNow.selectedIndex;
    if (bodyId==1) self.document.navselect.TradeNow.selectedIndex=0;
    if (bodyId==2&&cOther==true) {
        parent.body.document.getsym.submit();
    }
    else if (bodyId==3&&oQuotes==true){
        parent.body.document.detailedquote.submit();
    }
    else if (bodyId==3&&bQuotes==true){
        parent.body.document.oquote.submit();
    }
    else eval(self.document.navselect.TradeNow.options[bodyId].value);
}
var consoleWindow;
function popStreamer() {
    consoleWindow=window.open('/streamer/streamer-login.htm','StreamerConsole','width=497,height=575,toolbar=0,location=0,menubar=0,resizable=1,titlebar=0,directories=0,status=1,scrollbars=0');    if (navigator.appName=="Netscape") consoleWindow.focus();
}
//opens the multiple account-holder window
function popWin(url) {
    if (!newwin) {
        var newwin = window.open(url,"Multiple","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=400,height=385");
    } else {
        newwin.close();
        newwin = window.open(url,"Multiple","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=400,height=385");
    }
}
function veriSign(){
    var current = ""; current = top.location.href;
    //check for streamer query string
    if (current.indexOf("?")!=-1) current = current.substring(0,current.indexOf("?"))
    var siteArray = new Array("https://investment.datek.com/","https://investmenta.datek.com/","https://investmentb.datek.com/","https://orders5.datek.com/");
    var validId = new Array("d86281060c3d0eef91d22cc7ff4834a5","3f1786143d5caa83a3695898105fde0d","ecd55c7e83502fa5691b4ac69b375f29","b55557836f3451b27c65f212b2259c35");
    var datekId = ""; var url = "";
    //assigns appropriate id
    for (i=0; i < siteArray.length; ++i) { if (current == siteArray[i]) datekId = validId[i]; }
    url = (datekId!="") ? "https://digitalid.verisign.com/as2/" + datekId : "https://www.verisign.com";
    window.open(url,"verisign","width=700,height=400,scrollbars=1,toolbar=0,resizable=1,menubar=0,location=0");
}
function equityCenter(level) {
    document.orderpg.__chx.value = (level<=1) ? document.orderpg.__chx.value    = "QUOTE   " : document.orderpg.__chx.value    = "ORDER   ";
    document.orderpg.userid.value = parent.userInfo[0]; document.orderpg.dalevel.value = level;
    document.orderpg.isitreal.value = parent.userInfo["isItReal"]; 
    document.orderpg.submit();
}
function answerBox() {
    var answerBoxURL = domain + "?answerbox=answerDatek&userID=" + parent.userInfo[0];
    top.document.location.href = answerBoxURL;    
}
// -->
</SCRIPT>
<STYLE>
    A:link {COLOR: #ffffcc; FONT-FAMILY:Arial; FONT-SIZE:8pt;}
    A:visited {COLOR: #ffffcc; FONT-FAMILY:Arial; FONT-SIZE:8pt;}
    A:active {COLOR: #ffffcc; FONT-FAMILY:Arial; FONT-SIZE:8pt;}
    A.special {COLOR: #ffffcc; font-size:8pt;text-decoration:none;}
</STYLE>
</HEAD>
<BODY ALINK="#FFCC00" BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#000099" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE BORDER="0" CELLPADDING="1" CELLSPACING="0" VALIGN="top" BGCOLOR="#000000" WIDTH="100%">
    <FORM NAME="navselect">
        <TR>
            <TD ALIGN="left" VALIGN="middle" WIDTH="1%" NOWRAP ROWSPAN="2"><A href="javascript:document.navselect.reset();document.splash.submit();"><img src="/images/tradehead.gif" width="138" height="31" border="0" alt="Datek Online"></A>&nbsp;</TD>
            <TD>&nbsp;</TD>            
            <TD ALIGN="right" VALIGN="top" nowrap BGCOLOR="#000000"><A href="javascript:veriSign()"><IMG align="right" alt="VeriSign" border=0 height=26 src="/images/verisign.gif" width=82></A><A href="javascript:popWin('/top/acc_chg.htm')">Multiple Account Login</a><br><A href="/trading/logout.htm" target="_parent">Logout</A></td>
        </TR>
        <TR>
            <TD NOWRAP VALIGN="bottom" ALIGN="center" COLSPAN="2">
            <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%" BGCOLOR="#000000">
                <TR>
                    <TD NOWRAP ALIGN="left">
                    <SELECT NAME="TradeNow" onChange="eval(options[selectedIndex].value)">
                        <OPTION value="document.splash.submit()" SELECTED>Trading Home
                        <OPTION value="self.document.navselect.TradeNow.selectedIndex=0; document.splash.submit()">------------------------------
                        <OPTION value="equityCenter(parent.userInfo['datekDirectLevel'])">Quotes &amp; Trades
                        <OPTION value="document.ocenter.submit()">Options Center
                        <OPTION value="parent.body.location='/trading/mutual.htm'">Mutual Funds
                        <OPTION value="document.portfolio.submit()">Portfolio
                        <OPTION value="document.order.submit()">Open Orders
                        <OPTION value="document.active.submit()">Daily Activity
                        <OPTION value="document.message.submit()">New Messages</OPTION>
                    </SELECT>&nbsp;<A href="javascript:reFresh();">Refresh</A>&nbsp;</TD>            
                    <TD NOWRAP ALIGN="left"><FONT color="#000000" face="Arial, Helvetica" size=2>
                        <SELECT name=Resr onChange="eval(options[selectedIndex].value); self.document.navselect.Resr.selectedIndex=0;">
                        <OPTION value="self.document.navselect.Resr.selectedIndex=0" selected>Resources
                        <OPTION value="self.document.navselect.Resr.selectedIndex=0">------------------------------
                        <OPTION value="getStreamer()">Streamer&reg;
                        <OPTION value="window.open(SURL+'resources/ibook.htm','','width=300,height='+iSize+',menubar=0,resizable=1,titlebar=0,scrollbars=1,status=1,top=0,left=0')">Island Book Viewer
                        <OPTION value="parent.body.location.href = 'https://www.bigcharts.com/custom/datek-com/screener/screener.asp'">Real-Time Screener
                        <OPTION value="parent.body.location.href = 'https://www.bigcharts.com/cust...mp;time=3&freq=6&rand='+Math.round(Math.random() * 1000) + 999">BigCharts
                        <OPTION value="parent.body.location.href = 'https://custom.marketwatch.com...datek-com/priv/news-center.asp'">CBS MarketWatch News
                        <OPTION value="parent.body.location.href = SURL + 'resources/stock.html'">S&P Stock Research
                        <OPTION value="parent.body.location.href = SURL + 'resources/fund.html'">S&P Fund Research                    
                        </SELECT></FONT>
                      </TD>
                    <td align=right nowrap><FONT color="#000000" face="Arial, Helvetica" size=2>    
                        <SELECT name=AcctOpt onChange="eval(options[selectedIndex].value); self.document.navselect.AcctOpt.selectedIndex=0">
                        <OPTION selected value="self.document.navselect.AcctOpt.selectedIndex=0">Account Services
                        <OPTION value="self.document.navselect.AcctOpt.selectedIndex=0">------------------------------
                        <OPTION value="answerBox()">@nswerBox
                        <OPTION value="document.history.submit()">History
                        <OPTION value="document.revmess.submit()">Review Messages
                        <OPTION value="document.checkstart.submit()">Checking
                        <OPTION value="document.inbox.submit()">Document Delivery
                        <OPTION value="document.fundrqst.submit()">Fund Request
                        <OPTION value="parent.body.location.href = SURL + 'a_option/stockrqst/stockrqst.html'">Stock Request
                        <OPTION value="parent.body.location.href = SURL + 'forms/index.html'">Online Forms
                        <OPTION value="parent.body.location.href = SURL + 'a_option/settings.html'">Settings
                        </SELECT></FONT>
                    </TD>
                </TR>
            </TABLE>
            </TD>
        </TR>
</TABLE>
</FORM>
<FORM NAME="ocenter" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="optionsother" VALUE="displayoptionscenter">
    <INPUT NAME="__chx" VALUE="ACTIVITY" TYPE="hidden">
</FORM>
<FORM NAME="portfolio" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="rpos">
    <INPUT NAME="__chx" VALUE="REPORT  " TYPE="hidden">
</FORM>
<FORM NAME="splash" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="splash">
    <INPUT NAME="__chx" VALUE="WLOGIN  " TYPE="hidden">
</FORM>
<FORM NAME="orderpg" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="directaccess">
    <INPUT type="hidden" name="userid" value="">
    <INPUT TYPE="hidden" NAME="dalevel" VALUE="">
    <INPUT TYPE="hidden" NAME="isitreal" VALUE="">
    <INPUT NAME="__chx" VALUE="" TYPE="hidden">
</FORM>
<FORM name=order method=post enctype="application/html-form-urlencoded" target=body>
    <INPUT type=hidden name=ropen>
    <INPUT name="__chx" value="REPORT  " type=hidden>
</FORM>
<FORM NAME="history" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="rmhis">
    <INPUT NAME="__chx" VALUE="HISTORY " TYPE="hidden">
</FORM>
<FORM NAME="backhist" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="backhist">
    <INPUT NAME="__chx" VALUE="HISTORY " TYPE="hidden">
</FORM>
<FORM NAME="active" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="rdhis">
    <INPUT NAME="__chx" VALUE="REPORT  " TYPE="hidden">
</FORM>
<FORM NAME="message" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="rmsg">
    <INPUT NAME="__chx" VALUE="REPORT  " TYPE="hidden">
</FORM>
<FORM NAME="streamer" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="streamer">
    <INPUT TYPE="hidden" NAME="ssymbol">
    <INPUT NAME="__chx" VALUE="REPORT  " TYPE="hidden">
</FORM>
<FORM NAME="funds" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="gfunds">
    <INPUT NAME="__chx" VALUE="REPORT  " TYPE="hidden">
</FORM>
<FORM NAME="stock" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="gstock">
    <INPUT NAME="__chx" VALUE="REPORT  " TYPE="hidden">
</FORM>
<FORM NAME="wire" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="XwsSrvID" VALUE="ACCOPTIONS">
    <INPUT TYPE="hidden" NAME="wire">
    <INPUT NAME="__chx" VALUE="AOPTION " TYPE="hidden">
</FORM>
<FORM NAME="address" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="XwsSrvID" VALUE="ACCOPTIONS">
    <INPUT TYPE="hidden" NAME="changeaddr">
    <INPUT NAME="__chx" VALUE="AOPTION " TYPE="hidden">
</FORM>
<FORM NAME="checkstart" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="checkstart">
    <INPUT NAME="__chx" VALUE="AOPTION " TYPE="HIDDEN">
</FORM>
<FORM NAME="inbox" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="twinbox">
    <INPUT NAME="__chx" VALUE="AOPTION " TYPE="hidden">
</FORM>
<FORM NAME="revmess" METHOD="POST" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" VALUE="View Messages" NAME="messquery">
    <INPUT TYPE="hidden" NAME="nummess" VALUE="50">
    <INPUT NAME="__chx" TYPE="hidden" VALUE="AOPTION ">
</FORM>
<FORM NAME="fundrqst" METHOD="POST" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="formid" VALUE="fundrqst">
    <INPUT TYPE="hidden" NAME="theaction" VALUE="setup">
    <INPUT NAME="__chx" TYPE="hidden" VALUE="AOPTION ">
</FORM>
<FORM NAME="leviifee" METHOD="post" ENCTYPE="application/html-form-urlencoded" TARGET="body">
    <INPUT TYPE="hidden" NAME="leviifee">
    <INPUT TYPE="hidden" NAME="dalevel" VALUE="">
    <INPUT TYPE="hidden" NAME="isitreal" VALUE="">
    <INPUT TYPE="hidden" NAME="leviifrompage" VALUE="DDIRECT">
    <INPUT type="hidden" name="userid" value="">
    <INPUT NAME="__chx" VALUE="ORDER   " TYPE="hidden">
</FORM>
<form name="silknet" method="POST" enctype="application/html-form-urlencoded" target="body">
    <input type="hidden" name="url" value="">
    <input type="hidden" name="theaction" value="silknet">
    <input type="hidden" name="__chx" value="AOPTION ">
</form>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
</BODY>
</HTML>

 
Odgovor na temu

leka
Dejan Lekić
senior software engineer, 3Developers
Ltd.
London, UK

Član broj: 234
Poruke: 2534
*.udd.htu.se

Sajt: dejan.lekic.org


+2 Profil

icon Re: Tumacenje JavaScript-a12.05.2001. u 14:50 - pre 278 meseci
Nisam siguran, ali mislim da 100% taj JavaScript kod ubacuje u HTML neki CGI ili neki Apache modul koji postoji na tom web serveru (ako ne mozes da vidis, onda je to stopostotno!).

Leka

Dejan Lekic
software engineer, MySQL/PgSQL DBA, sysadmin
 
Odgovor na temu

ventura

Član broj: 32
Poruke: 7781
*.brick.net



+6455 Profil

icon Re: Tumacenje JavaScript-a13.05.2001. u 01:00 - pre 278 meseci
jel moze neko da mi jkaze gde se submituje ovaj form:
Code:

<HTML>

<HEAD>
<TITLE>Datek Online Trading Site</TITLE>
</HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin to hide script contents from old browsers.
document.write(parent.cssvar)
//-->
</SCRIPT>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000099" VLINK="#000099" ALINK="#FFCC00">
<!-- Table Level I -->
<table width="97%" bgcolor="#000000" border="0" align="center" cellspacing="0" cellpadding="0">
<!-- Header BEGIN-->
<!-- Notice BEGIN-->
<!--##NOTICE-->
<!-- Notice END -->
<tr>
<td colspan="3">
<table width="100%" bgcolor="#ffffff" border="0" align="center" cellspacing="0" cellpadding="2">
<tr>
<td NOWRAP width="25%" class="title" bgcolor="#000000">&nbsp;Mutual Funds
<A href="javascript:parent.opensWindow('/help/mutual_help.html','remote',400,400,0);">
<sup><b><font face="Arial, Helvetica" color="#ffffcc">Help</b></sup></A></td>
<td width="2%">&nbsp;</td>
<td width="48%" align="center"><A HREF="/mutual/familylist.html"><b>View Fund Families</b></A></td>
<td width="2%">&nbsp;</td>
<td NOWRAP width="23%" align="right">
<!--##USERNAME-->
<b><!--##USERID-->&nbsp;</b></td>
</tr>
<tr bgcolor="#000000">
<SCRIPT language="javascript1.1">
<!--
if (navigator.appName != "Netscape") {
document.write('<td colspan="5"></td>');
}
//-->
</SCRIPT>
</tr>
</table>
</td>
</tr>
<!-- END Header -->

<tr bgcolor="#ffffff"><td colspan=3>&nbsp;<!--##MSG--></td></tr>
<TR bgcolor="#ffffff">
<TD ALIGN=CENTER colspan=3>
<FORM  METHOD="POST" ENCTYPE="application/html-form-urlencoded">
<FONT SIZE="-1" FACE="Arial, Helvetica">Enter Fund Symbol:</FONT>

<INPUT TYPE="text" NAME="qsymbol" VALUE="" MAXLENGTH="38" SIZE=10>
<INPUT TYPE="submit" VALUE="Get Quote" NAME="mfquote">
<INPUT NAME="__chx" VALUE="QUOTE   " TYPE="HIDDEN">
</TD></FORM>
</tr>
<TR bgcolor="#ffffff">
<TD colspan=3 ALIGN=CENTER>&nbsp;
<!--##MFQ-->
</TD>
</TR>
<tr bgcolor="#ffffff">
<td align=center colspan=3>
<table border=0 cellspacing=0 cellpadding=3 width=80%>
<tr bgcolor="#ffffff">
<td align=center colspan=3><br>
<FORM METHOD="POST" ENCTYPE="application/html-form-urlencoded">
<FONT SIZE="+1" FACE="arial,helvetica">
<B>Buy Fund</B><BR></FONT>
</TD>
</TR>

<TR bgcolor="#ffffff">
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT SIZE="-1" FACE="arial,helvetica">
Amount:$&nbsp;</FONT>
<INPUT TYPE="text" NAME="mfamount" VALUE="" MAXLENGTH="38" SIZE=10>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT SIZE="-1" FACE="arial,helvetica">
Fund Symbol:&nbsp;</FONT>
<INPUT TYPE="text" NAME="mfsymbol" VALUE="" MAXLENGTH="38" SIZE=10>
</td>
<td>
<INPUT TYPE="submit" VALUE="Buy Fund" NAME="mfbuy">
<INPUT NAME="__chx" VALUE="ORDER   " TYPE="HIDDEN">
</TD>
</TR>
<tr align=center bgcolor="#ffffff">
<td valign=top><br>
<SELECT NAME="mfvest">
        <OPTION VALUE="R">Reinvest Dividends
</SELECT>
<!--    <OPTION VALUE="N">Do not Reinvest Dividends -->
</td>
<td><br>
<SELECT NAME="mfcapital">
        <OPTION VALUE="R">Reinvest Capital Gains
</SELECT>
<!--    <OPTION VALUE="N">Do not Reinvest Gains -->
</td></FORM>
<td>&nbsp;
</td>
</tr>
<tr bgcolor="#ffffff"><td colspan=3>&nbsp;</td></tr>
<tr bgcolor="#ffffff">
<TD ALIGN="CENTER" VALIGN="TOP" COLSPAN="3">
<FORM METHOD="POST" ENCTYPE="application/html-form-urlencoded">
<FONT SIZE="+1" FACE="arial,helvetica">
<B>Sell Fund</B><BR></FONT>
</TD>
</TR>
<tr bgcolor="#ffffff">
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT SIZE="-1" FACE="arial,helvetica">
Shares:&nbsp;</FONT>
<INPUT TYPE="text" NAME="mfshares" VALUE="" MAXLENGTH="38" SIZE=10>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT SIZE="-1" FACE="arial, helvetica">
Fund Symbol:&nbsp;</FONT>
<INPUT TYPE="text" NAME="mfsymbol" VALUE="" MAXLENGTH="38" SIZE=10>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="submit" VALUE="Sell Fund" NAME="mfsell">
<INPUT NAME="__chx" VALUE="ORDER   " TYPE="HIDDEN">
</TD>
</TR></FORM>
<tr bgcolor="#ffffff">
<td colspan=3 align="center">
<BR>
<FONT SIZE="2" FACE="arial,helvetica"><a href="http://www.datek.com/helpdesk/policies.html#mfdisc" target="blank">Special Notices about Mutual Funds</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<A HREF="../a_option/prospect/prospectus.html">Request a Prospectus</A></FONT>
</td>
</tr>
</table>
</td>
</tr>
</table>
<form name="mffamily" method="post" ENCTYPE="application/html-form-urlencoded" target="body">
<INPUT NAME="familylink" TYPE="HIDDEN">
<INPUT NAME="__chx" VALUE="QUOTE   " TYPE="HIDDEN">
</form>

</BODY>
</HTML>



ja nigde nisam nasao tacan source CGI-ja.. asmo encryption type u form headeru
 
Odgovor na temu

DQL8

Član broj: 349
Poruke: 14
*.54.EUnet.yu



Profil

icon Re: Tumacenje JavaScript-a14.05.2001. u 00:06 - pre 278 meseci
slazem se, podaci se preko forme prosledjuju u neki "program" na serveru i dalje se obradjuju. pa kao rezultat ides na stranicu na koju te uputi tas script, ili sta je vec tamo.

- - - - - - - - -
- = D Q L = -
- - - - - - - - -
 
Odgovor na temu

DQL8

Član broj: 349
Poruke: 14
*.54.EUnet.yu



Profil

icon Re: Tumacenje JavaScript-a14.05.2001. u 00:12 - pre 278 meseci
Evo dela kojeg trazis:
<FORM METHOD="POST" ENCTYPE="application/html-form-urlencoded">


=> da se salje na: application/html=form-urlencoded

- - - - - - - - -
- = D Q L = -
- - - - - - - - -
 
Odgovor na temu

ventura

Član broj: 32
Poruke: 7781
*.brick.net



+6455 Profil

icon Re: Tumacenje JavaScript-a14.05.2001. u 02:10 - pre 278 meseci
<FORM METHOD="POST" ENCTYPE="application/html-form-urlencoded">


ne verujem da se salje na taj application./... to je samo vrsta enkripcije podataka... jebem li ga.. jel zna neko naci da se vidi iz IE-a tacno gde pristupa i sta trazi.. jer ako moj jebeni kompjuter zna gde treba da posalje podatke onda cu i ja da znam... ako nista ne uspe uzecu sniffer i gledacu gde ide..

nemogu ovo s***** da provalim vec dva dana...
 
Odgovor na temu

[es] :: Web dizajn i CSS :: Tumacenje JavaScript-a

[ Pregleda: 3500 | Odgovora: 6 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.