Ok.... I tried with this code, but it is not working:
<body bgcolor="ivory" onLoad="isMSIE( ); block(document. frmSelect.year) , block(document. frmSelect.day), block(document. frmSelect.time1);parent.frame2 .location="righ t.jsp";">
User Profile
Collapse
-
FRAMES: refreshing-reloading both frames
I have this simple HTML page:
Code:<html> <head> <title></title> </head> <frameset cols="220,*" FRAMESPACING="0" BORDER="0" FRAMEBORDER="0"> <frame src="left.jsp" name="frame1" SCROLLING="auto"> <frame src="right.jsp" name="frame2" scrolling="auto"
-
Thank you! I had doubt if it would generate a conflict between PHP and JSP code....Leave a comment:
-
php and jsp integration, image processing, simple question
Hello:
I would like to know...
I am wondering if it will be possible to have a HTML page with two frames and the following:
1. one of the frames will be a PHP,
2. the other will be a plain HTML that simply displays an image processed by a JSP/Java method.
For example:
user click on a button inside a .PHP page and then that button sends parameters to a <img src=" __">... -
ajax, JSP, object expected, linked drop down list
I am trying to use Ajax with JSP to populate a 2nd drop down list based on the chosen option of the first one. I am getting the error "Object Expected" on the line 13-14 of the HTML:
Code:<script language="javascript"> // Global Variable for XmlHttp Request Object var xmlhttp; var yearDDL; function handleOnChangepType(ddl) { //index y
-
Thanks. I tried that, but it is passing the correct data.
Ok, I solved the problem, but not with the DataGrid. I chose a different control (ListBox) and arranged the programming so that the ListBox, with two buttons, can do the same thing that the DataGrid was supposed to do. Not a "pretty" box, but well, they must get along with it now.
....I have not yet figured out what happened with the DataGrid. Someone told me...Leave a comment:
-
I have added the code..
Code:Private Sub Page_Load (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If Not IsPostBack Then RefreshDataCriteria() End If End Sub
But still does not work.
I even have tried it without the "if not ispostback".Leave a comment:
-
DataGrid not showing data
I have a DataGrid which displays data with the aid of a procedure.
I have tested the procedure inside the database and it is working fine.
I have another procedure which adds another row to the table, which is working fine inside the programming, and in the database.
However, I still cannot figure out what am I doing wrong with the DataGrid configurations OR Database OR DataAdapter OR SqlSelectComman d ... I...
No activity results to display
Show More
Leave a comment: