Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for zanzo

I have a frame that includes a hidden <div> at first (before any action), the problem is that when opening the page, I have a white space, and i can't reduce the size of the frame because the content of the <div> will not appear! how to hide the white …

Member Avatar for mathew.parry
0
113
Member Avatar for zanzo

I want to get to the parent location each time I'm adding a record. the problem is that i have a nested iframes, and each time the number of those is incremented: eg. at first adding record i have the location like this: parent.location second: parent.parent.location third: parent.parent.parent.location how could …

Member Avatar for gurshan
0
134
Member Avatar for zanzo
0
68
Member Avatar for zanzo

I have two input textbox with the same name, when submiting the page I get only the value of the second textbox. how can i get the value of both fields???

Member Avatar for Aamit
0
120
Member Avatar for r_sathya
Member Avatar for zanzo

usually we create a url with parameters and values and send it via ajax to not loading page. Is there a way to not send variables in the url [B]BUT [/B]using hidden variables?? I have a problem in my website that doesn't permit me to send variable in url, so …

Member Avatar for zanzo
0
109
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
162
Member Avatar for zanzo

hello, would somebody help me to connect oracle db to PHP best regards, zanzo

Member Avatar for phper
0
122
Member Avatar for zanzo

i want to use the download facility in my asp page so how could i download a file in asp-javascript??? would somebody help me!! thx, best regards, zanzo

Member Avatar for SheSaidImaPregy
0
65
Member Avatar for zanzo

helllo, I do have a problem with access... this is my code: <% var connection= new ActiveXObject("ADODB.Connection"); connection.Provider="Microsoft.Jet.OLEDB.4.0"; connection.ConnectionString = "Data Source=" +Server.MapPath("/database/Training11.mdb"); connection.Open; var SQL = "INSERT INTO User (FirstName, MiddleName, LastName) VALUES ('lolo', 'keymo', 'rub')"; connection.Execute(SQL); connection.Close(); %> And i do get this error message: Microsoft JET Database …

Member Avatar for zanzo
0
144
Member Avatar for Goitse

helllo, I do have a problem with access... this is my code: <% var connection= new ActiveXObject("ADODB.Connection"); connection.Provider="Microsoft.Jet.OLEDB.4.0"; connection.ConnectionString = "Data Source=" +Server.MapPath("/database/Training11.mdb"); connection.Open; var SQL = "INSERT INTO User (FirstName, MiddleName, LastName) VALUES ('lolo', 'keymo', 'rub')"; connection.Execute(SQL); connection.Close(); %> And i do get this error message: Microsoft JET Database …

Member Avatar for zanzo
0
111
Member Avatar for n1cole

helllo, I do have a problem with access... this is my code: <% var connection= new ActiveXObject("ADODB.Connection"); connection.Provider="Microsoft.Jet.OLEDB.4.0"; connection.ConnectionString = "Data Source=" +Server.MapPath("/database/Training11.mdb"); connection.Open; var SQL = "INSERT INTO User (FirstName, MiddleName, LastName) VALUES ('lolo', 'keymo', 'rub')"; connection.Execute(SQL); connection.Close(); %> And i do get this error message: Microsoft JET Database …

Member Avatar for zanzo
0
625
Member Avatar for zanzo

hello, i am new to asp with javascript <%@language="javascript"%> i want to insert data into Access, but i fail to connect to database using javascript :( do i need to include some file?

Member Avatar for serkan sendur
0
55
Member Avatar for zanzo

hello, i have a serious problem :S i have 4 pages 1st page: user enters his first, middle and last name. + a submit button to the 2nd page 2nd page: he enters his Gender, Age and Marital status. + a submit button to the 3rd page 3rd page: Address, …

Member Avatar for zanzo
0
129
Member Avatar for pink_zippy_123

hello, im a new user :S and i need help !! i need to use the hyperlink value as variable <a href="Details.php"><?php echo "$first" . " " . "$last<br>";?></a> i need to get $first and $fast to use them later in the code so how could i? plz reply fast …

Member Avatar for digital-ether
0
1K
Member Avatar for zanzo

hello, i learned recently how to use hidden variables, and its features. but i have some problems when i use more than 3 values :S this is a portion of the code: [code="PHP"] <?php $hidden = $_POST['action']; if ($hidden==0) //present the form, note the value of hidden { ?> <form …

Member Avatar for zanzo
0
3K

The End.