473,385 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Vb6 and applets

1
hello,
I have been trying to execute an applet from with my vb webbroswer but can't understand how. below is how the source code looks from the site. is there a direct object i can use to click or class the applet class.

<APPLET
ARCHIVE="SDMNet.jar"
CODE="showSDM.class"
WIDTH=380
HEIGHT=140
NAME="showSDM"
>
<PARAM NAME="appletName" Value="showSDM">
<PARAM NAME="webServer" Value="sdmnt.ims.att.com">
<PARAM NAME="serverIp" Value="135.37.168.76">
<PARAM NAME="serverName" Value="ai062.ims.att.com">
<PARAM NAME="sessionCookie" Value="v1st=8B1D23BFC931A808; DTAB=Tab=Res; attESSec=0098euDZfNT_tpGFiXBy5_ZCru04VuPVvcLl3IPSz j9TTKD3wSNWmPofwZQuQFtwlJ9oLFlM22CyWs4DZ8NocM7q8CF D-uLACo4zJREMeHWepp7gMRPgENbebY1iLrWAO9_xtGsIyjIZ9eC lbIXBTcdV1A..cRnvPyiYcEL9f_c_52GBueMzoBAlJ_b38_awV 9yhnMgepp_Bcf27GFSsgL-eg7bfuKLXWv9OFw_4CjlQMXuOlOPCZfKoqwkPE53QJS6VKMd89 8s2DrC4LSasE5CDXlh7; attESHr=Scott%7cDikun%7csdikun%40ems%2eatt%2ecom%7 c732+420%2d7877%7cG%7crg1267%7c%7c2465023%7cNNNNYN NNNNNNNNNNNYNNNNNN%7cMDTWNJ21%7cEY169D600%7cSGB; ASPSESSIONIDCSBCDDAT=EEBBEHPCNBNJIJCDKBEEHKFI">
<PARAM NAME="prtlogLevel" Value="9">
<PARAM NAME="workstationIp" Value="135.91.248.50">
<PARAM NAME="CDISBaseURL" Value="ki04t1.ims.att.com:8080">
<PARAM NAME="SMBaseURL" Value="https://ot.ims.att.com">
<PARAM NAME="RMBaseURL" Value="nrt.mt.att.com:18000/nrt/nrt_basic8.jsp">
<PARAM NAME="EOTBaseURL" Value="http://asoc.mt.att.com:8080">
<PARAM NAME="htmlTarget" Value="newhelp">
<PARAM NAME="helpBaseURL" Value="http://kms.att.com/menu/menu/systems/systems/">
<PARAM NAME="helpURL" Value="sdmmenu.htm">
<PARAM NAME="guideBaseURL" Value="http://sdmnt.ims.att.com/Sdm/Guide/">
<PARAM NAME="guideURL" Value="index.htm">


this is what I need to select
<PARAM NAME="appletNameCWL" Value="Common Worklist">



<PARAM NAME="appletNameETM" Value="Event Tracking and Management">
<PARAM NAME="appletNameSRI" Value="Service Request Info">
<PARAM NAME="forcePrtlogUp" Value="false">
<PARAM NAME="fontName" Value="TimesRoman">
<PARAM NAME="fontSize" Value="16">
<PARAM NAME="fontType" Value="PLAIN">
</APPLET><BR>

which after selecting should trigger this applet

<APPLET
ARCHIVE="SDMNet.jar"
CODE="CWLApplet.class"
WIDTH=2
HEIGHT=2
NAME="cwl1"
>
<PARAM NAME="appletName" Value="CWLApplet">
<PARAM NAME="webServer" Value="sdmnt.ims.att.com">
<PARAM NAME="serverIp" Value="135.37.168.76">
<PARAM NAME="serverName" Value="ai062.ims.att.com">
<PARAM NAME="sessionCookie" Value="v1st=8B1D23BFC931A808; DTAB=Tab=Res; attESSec=0098euDZfNT_tpGFiXBy5_ZCru04VuPVvcLl3IPSz j9TTKD3wSNWmPofwZQuQFtwlJ9oLFlM22CyWs4DZ8NocM7q8CF D-uLACo4zJREMeHWepp7gMRPgENbebY1iLrWAO9_xtGsIyjIZ9eC lbIXBTcdV1A..cRnvPyiYcEL9f_c_52GBueMzoBAlJ_b38_awV 9yhnMgepp_Bcf27GFSsgL-eg7bfuKLXWv9OFw_4CjlQMXuOlOPCZfKoqwkPE53QJS6VKMd89 8s2DrC4LSasE5CDXlh7; attESHr=Scott%7cDikun%7csdikun%40ems%2eatt%2ecom%7 c732+420%2d7877%7cG%7crg1267%7c%7c2465023%7cNNNNYN NNNNNNNNNNNYNNNNNN%7cMDTWNJ21%7cEY169D600%7cSGB; ASPSESSIONIDCSBCDDAT=EEBBEHPCNBNJIJCDKBEEHKFI">
<PARAM NAME="prtlogLevel" Value="9">
<PARAM NAME="workstationIp" Value="135.91.248.50">
<PARAM NAME="CDISBaseURL" Value="ki04t1.ims.att.com:8080">
<PARAM NAME="SMBaseURL" Value="https://ot.ims.att.com">
<PARAM NAME="RMBaseURL" Value="nrt.mt.att.com:18000/nrt/nrt_basic8.jsp">
<PARAM NAME="EOTBaseURL" Value="http://asoc.mt.att.com:8080">
<PARAM NAME="htmlTarget" Value="newhelp">
<PARAM NAME="helpBaseURL" Value="http://kms.att.com/menu/menu/systems/systems/">
<PARAM NAME="helpURL" Value="sdmmenu.htm">
<PARAM NAME="guideBaseURL" Value="http://sdmnt.ims.att.com/Sdm/Guide/">
<PARAM NAME="guideURL" Value="index.htm">
<PARAM NAME="DSAPTcomm" Value="/Sdm/Tcomm/dsap.asp">
<PARAM NAME="JDBCTcomm" Value="/Sdm/Tcomm/jdbc.asp">
<PARAM NAME="JDBCappTcomm" Value="/Sdm/Tcomm/jdbcapp.asp">
<PARAM NAME="SRITcomm" Value="/Sdm/Tcomm/tunnel.asp">
<PARAM NAME="MTSRTcomm" Value="/Sdm/Tcomm/mtsr.asp">
<PARAM NAME="UPDTSMUSOTcomm" Value="/Sdm/Tcomm/updtsmuso.asp">
</APPLET><BR>
Jul 13 '07 #1
0 962

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Dave D | last post by:
I just read something that spooked me. I'm a newbie working my way through "SAMS Teach Youself Java 2 in 21 Days." I used to code a bit in Symantec's Visual Cafe for Java about 3 years ago, but...
4
by: Jesper Matthiesen | last post by:
Hey sharks If I want an applet that functions in the largest possible number of browsers, which setup should I choose? Is it better to use AWT than Swing? The user is the average, potentially...
4
by: zalekbloom | last post by:
I noticed on my PC with win98/IE 6.028 applets are not working. Applets are working when I use Netscape 7.1. When I open the DOS win and I check for a Java version I am getting: C:\WINDOWS>java...
1
by: d.morel | last post by:
Hello all..this is driving me crazy... I cant run applets in IE6.0 using the embedded Oracle 10g server. here are my peticulars... - Windows XP no service packs (offline machine) - jre 1.4.2_03...
1
by: Justin | last post by:
Hi, We are researching options on which technologies to use for an advanced web application. We are planning on using DHTML as much as possible, but there are a few components that require more...
1
by: Jim Westwood | last post by:
Is it possible to write java applets in the python language. is that what jython does? I would realy like to write an applet but i dont know any java. I do have some python experience. Can you...
1
by: Vincent Montressor | last post by:
I'm playing around with writing my own panel applets, and I'm trying to figure out how to get my panel applets to be restored when I log in. As an experiment, I'm using the simple clock applet...
8
by: Andreas Røsdal | last post by:
Hi, Is there such a thing as python applets for web browsers? (eg. such as java applets?) I think that could be useful. Andreas R.
12
by: Wladimir Borsov | last post by:
On one of my web pages there is an java applets which works fine on my computer. However I noticed on some other computer that the run of java applets are disabled. I got an error message...
4
by: Neil Cherry | last post by:
I've seen references to using <applets ... > and document.applets to access public Java functions from Javascript. Do I still use document.applets with <object ...>? BTW, the FAQS page seems to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.