Hi,
I'm working on a page that has three frames at startup and on one of my options, I want to load it in the top and main frames as one. Is there a way where I can change the originally 3 frames into a left and right frame?
Also, is there a way to change the scrolling property of a...
We are using applet for security reason where the applet asks the user for a password and the call to getData() encrypts the password to be submitted to another application.
We thought of trying it in JSP since js couldn't recognize some of the special characters being passed by the encrypted...
Thanks for the reply.
I've tried using the unescape() before but still nothing. Besides, i need the entire data retrieved from document.applets[0].getData() and do the document.write('<param name="sample" value="' + document.applets[0].getData() + '">'). Can JSP make a...
I need help with calling a java applet using the <applet> tag and reading the value being returned by one of the functions in the class...
here's my code:
<html>
<script>
function doThis()
{
alert (document.applets[0].getData())
var tmp = document.applets[0].getData()
alert (tmp)
//...
I was wondering if anyone has encountered this error. When I have more than 1 checkboxes displayed and I try to get its length, I get the number of checkboxes; but if only one checkbox is on the page, I get an "undefined" for the value of length... any help is greatly appreciated...
I have this array which is given to me by the cgi and they wanted me to control the display in such a way that only 10 records are shown at a time and provide PREVIOUS and NEXT buttons. I need help on this one, I'm not familiar with array manipulation and how I can limit the display on screen...
I have 2 frames (say, mainFrame and bottomFrame) and in both frames I am dynamically creating tables with data. In one of my menu options, I am giving the user privilege to search for a string but it is searching only through one frame. Is it possible to search through the mainFrame first then...
I have a page in a frameset (say, topFrame, mainFrame and bottomFrame). I am using window.print to print mainFrame but the problem is it's not printing the whole contents of the mainFrame. It only prints what is visible on the layout.
Was wondering if this is allowed:
window.parent.location = "/cgi-bin/transList.cgi"
I want to load the page from cgi when the user presses a button. I know I can specify it on the action attribute of form tag but I'm calling another cgi on the action.
Is this possible or only...
I'm dynamically creating the contents of my html page, the page includes a link that would pop up a new window without the toolbar and stuffs. I've tried everything to call the pop up window but it kept showing me "Object Expected" error. Any help would be appreciated. Thanks
<script...
I need help in displaying the time in the form layout as the time (HH24:MI:SS) changes. I have been trying to use the WHEN-TIMER-EXPIRED trigger but the change just wouldn't show on screen.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.