sandie
10-11-2002, 01:12 PM
Hi
I have this code:-
<Script Language="Javascript">
<!--
if( paslen == 0){
document.writeln('You did not select any messages.');
}else{
document.writeln("The messages with the following MessageID's were selected by you.");
document.writeln(passed);
document.write("\nYou selected " +paslen+ " message(s), with the following MessageID(s):- \n");
for(i = 0; i < paslen; i++){
document.writeln("\n" +messageids[i] );
}
}
//-->
</script>
I would like the colored portion to be a hyperlink or if possible a button!
Any help will be very much appreciated(as always, by me)
Thank you!
I have this code:-
<Script Language="Javascript">
<!--
if( paslen == 0){
document.writeln('You did not select any messages.');
}else{
document.writeln("The messages with the following MessageID's were selected by you.");
document.writeln(passed);
document.write("\nYou selected " +paslen+ " message(s), with the following MessageID(s):- \n");
for(i = 0; i < paslen; i++){
document.writeln("\n" +messageids[i] );
}
}
//-->
</script>
I would like the colored portion to be a hyperlink or if possible a button!
Any help will be very much appreciated(as always, by me)
Thank you!