Click here to Skip to main content
15,894,343 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Securing pictures Pin
Roger Wright8-Mar-04 20:35
professionalRoger Wright8-Mar-04 20:35 
GeneralCredit card processing Pin
UB6-Mar-04 4:38
UB6-Mar-04 4:38 
GeneralRe: Credit card processing Pin
ian mariano6-Mar-04 6:31
ian mariano6-Mar-04 6:31 
GeneralRe: Credit card processing Pin
UB6-Mar-04 7:51
UB6-Mar-04 7:51 
GeneralRe: Credit card processing Pin
Matt Teeters8-Mar-04 8:23
Matt Teeters8-Mar-04 8:23 
GeneralRe: Credit card processing Pin
UB9-Mar-04 0:51
UB9-Mar-04 0:51 
GeneralRe: Credit card processing Pin
sandro Gaeta12-Mar-10 8:31
sandro Gaeta12-Mar-10 8:31 
GeneralVanishing <PARAM> tag in MS designer Pin
Bolasz24-Mar-04 8:46
Bolasz24-Mar-04 8:46 
(Note: using microsoft visual studio .net designer)

After trying to load my java applet from <OBJECT> tag (rather than <APPLET> tag), it renders fine, except when you click between the DESIGN view then back to HTML view,

the <PARAM NAME="ARCHIVE" VALUE="jars/myapp.jar"> line completely vanishes.

Click to HTML view again, and the applet just does not load or work (as would be expected now that archive tag has gone!). Re-add the vanishing tag and all is well again.

(As long as you do not click to change views you can save the page when the tag has been added then deploy and use the web site normally. Of course this is OK until you need to make changes and then it is dangerously likely that this tag line might vanish and be forgotten during the process!)

Anyone else experience this or have an idea of a work-around or WHY the MS designer does this ???

-- Code snippet...

<OBJECT codeBase="../" height="100%" width="100%" code="TreeApplet.class" name="MyTree" VIEWASTEXT>
<PARAM NAME="mayscript" VALUE="true">
<PARAM NAME="archive" VALUE="jars/myapp.jar">
<PARAM NAME="item0" VALUE="Hello">
<PARAM NAME="item1" VALUE="Goodbye">
...
</OBJECT>

GeneralRe: Vanishing &lt;PARAM&gt; tag in MS designer Pin
Bolasz24-Mar-04 19:56
Bolasz24-Mar-04 19:56 
GeneralConnecting ASP with DB2 Pin
Jonavis4-Mar-04 7:02
Jonavis4-Mar-04 7:02 
GeneralRe: Connecting ASP with DB2 Pin
ian mariano4-Mar-04 11:12
ian mariano4-Mar-04 11:12 
GeneralRendering Broken HTML Pin
nyhtal3-Mar-04 18:22
nyhtal3-Mar-04 18:22 
GeneralRedirecting to printer/word file Pin
mkdas702-Mar-04 23:47
mkdas702-Mar-04 23:47 
GeneralRe: Redirecting to printer/word file Pin
basementman4-Mar-04 6:02
basementman4-Mar-04 6:02 
GeneralCrystal Report and ASP Pin
Kaushik Gadani2-Mar-04 22:27
Kaushik Gadani2-Mar-04 22:27 
Generalasp.net and email service Pin
black_zero2-Mar-04 21:52
black_zero2-Mar-04 21:52 
GeneralRe: asp.net and email service Pin
l a u r e n5-Mar-04 8:30
l a u r e n5-Mar-04 8:30 
GeneralRe: asp.net and email service Pin
John Kuhn5-Mar-04 12:37
John Kuhn5-Mar-04 12:37 
GeneralCR 9 with SQL 2000 &amp; ASP: Unable to connect: incorrect log on parameters Pin
Hitu2-Mar-04 4:44
Hitu2-Mar-04 4:44 
QuestionOverloading in Classic ASP? Pin
theJazzyBrain1-Mar-04 23:55
theJazzyBrain1-Mar-04 23:55 
AnswerRe: Overloading in Classic ASP? Pin
John Kuhn2-Mar-04 15:37
John Kuhn2-Mar-04 15:37 
GeneralRe: Overloading in Classic ASP? Pin
theJazzyBrain2-Mar-04 21:31
theJazzyBrain2-Mar-04 21:31 
GeneralReacting to the users OS Pin
Dev5781-Mar-04 14:23
Dev5781-Mar-04 14:23 
GeneralRe: Reacting to the users OS Pin
John Kuhn1-Mar-04 15:33
John Kuhn1-Mar-04 15:33 
GeneralRe: Reacting to the users OS Pin
Anonymous2-Mar-04 1:31
Anonymous2-Mar-04 1:31 

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.