26 Topics

Member Avatar for
Member Avatar for berserk

I am having no luck with this code but for some reason i can get this element to work but not the other one. here is my code. <td><a onclick="javascript:approve_account_function(<?php echo $row['id'];?>, <?php echo $rownumber;?>)" class="btn btn-success" name="yes_account" id="yes_account">Approve</a></td> <td><a onclick="javascript:decline_account_function(<?php echo $row['id'];?>, <?php echo $rownumber;?>)" class="btn btn-danger" name="no_account" id="no_account">Decline</a></td> …

Member Avatar for bnmng
0
477
Member Avatar for Niloofar24

Hello. There is a button in the page when i click it, a div will appear or disappear by toggling to the left and right. I want when the page loaded, user can only see the button and have to click to appear the dive. But the problem is that …

Member Avatar for lps
0
484
Member Avatar for murali2489

Hi All, My application works fine in ie 8 but while running the application in IE 11, at first it loads fine. But after sometime when i click on any button or any links in the page, I am getting an error stating ** No action exist for view Null …

0
119
Member Avatar for olegb

I have been stumped by this completely. Please help. I have a jQuery site that has a form with 2 hidden fields. With javascript, I get information (2 numbers from phone sensors) and set those hidden fields with the numbers. (works fine). I then automatically submit the form, and correctly …

Member Avatar for JorgeM
0
184
Member Avatar for VIPER5646

Hi all I Currently have a MDI Form that contains a DataGridView. When I open a dialog form as a MDi MdiChildren the dialog form partionly hides behing the Datagridview. (I also tried with a windows form same thing happens). Can any one help me solve this with out having …

Member Avatar for VIPER5646
0
346
Member Avatar for Mr.M

Hi Dw I'm currently doing a research in how to create a system application file, the program that I'm creating will be visible to screen only when it has been called by the user other then that it will be running but doing nothing other then waiting to be called. …

Member Avatar for Mr.M
0
245
Member Avatar for sonicx2218

Had a question before that was partially solved. I'm having trouble getting just one part of it to work. preload = new Element('iframe', { 'src': URL, 'id': mediaId, width: mediaWidth, height: mediaHeight, scrolling : 'no', 'frameborder': 0 }); preload.style.visibility = 'hidden'; startEffect(); } So my issue is the preload.style.visibility = …

Member Avatar for Troy III
0
216
Member Avatar for joeyliew7

How to solve the undefined index error? i have tried to make hidden field but not working also.. <?php if($nume==0) { echo "You currently have no item to show"; } else if(isset($_GET['msg'])) { $msg = $_GET['msg']; if($msg!='') { echo '<table border="1"> <tr> <td><font color="red">'.$msg.'</font></td> </tr> </table>'; } } ?></font></strong></p> <table …

Member Avatar for joeyliew7
0
457
Member Avatar for hlamster

I would like to display a file that is hidden from the user (& the internet in general). It will be a pdf file but I can't figure out any way to keep it completely hidden. I had tried using .htaccess but either I didn't create it properly or it …

Member Avatar for cereal
0
602
Member Avatar for jonsan32

My slider works well enough in all browsers except for IE, where the overflow isn't hidden at all. I've tried adding position absolute to some parts and I've tried adding position relative to others, but nothing has worked. Any answer to this would be great. Thanks. <script type="text/javascript" src="http://dl.dropbox.com/u/5739741/OMAR/code/jquery.js"></script> <script …

Member Avatar for jonsan32
0
281
Member Avatar for prasenjit_das

Hi All.. This Code Write On aspx file .This Code set the value in hidden field..But This Code Does not Work Properly <html><head></head> <body> <script type= "text/javascript"> function showDialogue() { var a = Screen.Width; var b = Screen.hieght; document.getElementById('HiddenField1').value = a; document.getElementById('HiddenField2').value = b; } </script> <form id="form1" runat="server" > …

Member Avatar for G_Waddell
0
518
Member Avatar for questorfla

I need to change the setting on a our website for a utility program so that the users can SEE the letters and numbers they type when they log in. The same problem exists when the people who work here fill in the data for that user. We set them …

Member Avatar for stultuske
0
259
Member Avatar for minuteman263

I have been googling this and have read close variations of the following issue from others. It seems that if you are running MS office 2010 Excel and go to delete a group of rows, sometimes below where you are working a blank row will appear at maxamim height size …

0
143
Member Avatar for |-|x

Just wondered if anyone knows if there is an MS equivalent of the [hidden](http://www.w3schools.com/html5/att_global_hidden.asp) property, which doens't work in IE. Or do I have to just use the style properties to set visibility/display because IE sucks so bad?

Member Avatar for Troy III
0
176
Member Avatar for LastMitch

Hi I have a question. I haven't try this yet but rather have someone tell me that it will work or not. For example I have this let's call this **1.php** file **1.php** has these two categories SKU: <?php echo stripslashes($row1['sku']);?> Item ID: <?php echo stripslashes($row1['itid']);?> I want to submit …

Member Avatar for LastMitch
1
156
Member Avatar for MoZo1

Okey, so I'm new with mac, this must be an easy question: So far I've learned to do autorun, and make it hidden in sys prefs -> account -> Login items. My problem is that this doesn't work with the dashboard. I've found the dashboard.app, added it, checked the hidden …

Member Avatar for MoZo1
0
239
Member Avatar for bigovlar

I can't access any folders (control panel included), or certain programs (most programs, only windows based programs such as media player still work). The programs and folders are actually running, as they are showing as running when I open the task manager, but I can't access them anywhere. They do …

Member Avatar for caperjack
0
442
Member Avatar for Garidius

Hello everyone, I hope someone could help me with this problem. I have a problem with a vertical menu that I'm trying to insert in a sidebar in a wordpress based site. The problem is that when hover the sub menus only are visible in the sidebar area, the other …

Member Avatar for Garidius
0
2K
Member Avatar for peidoca

Hello, this is my first forum post ever so please be gentle. I have a hidden menu (div) which is revealed once you click a img button. The magic is done with js command like style.display='block'. Problem: The height of the page(stage) is 700px and the menu is 1000px, so …

Member Avatar for peidoca
0
198
Member Avatar for masterjiraya

File name:index.php [CODE=PHP] <html> <head> <script type="text/javascript"> function showUser(str, query) { if(document.getElementById("Author").checked==true) { query="author"; }else if(document.getElementById("bookname").checked==true) { query="bookname"; }else{ document.getElementById("textHint")="please select"; } if (str=="") { document.getElementById("txtHint").innerHTML=""; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } …

Member Avatar for karthik_ppts
0
6K
Member Avatar for astnrocker

I need for the form to do the following: when age is greater than or equal to 65 enter "yes" in the hidden field when age is less than 65 enter "no" in the hidden filed return true Create a page processAge.htm that Writes the message on the page Hi …

Member Avatar for Airshow
0
182
Member Avatar for caitlins5

Hello, I have a popup form that is coded in .aspx, currently we have the address bar hidden in the form popup using Javascript. This works fine in IE but the address bar shows in Chrome and Firefox and we would like it hidden. What coding techniques/ workarounds are out …

Member Avatar for caitlins5
0
141
Member Avatar for Pinchanzee

I've come across a strange glitch with my website: [URL="pinchweb.com"]pinchweb.com[/URL] I've managed to make it so as to not require any browser-specific code so it's relatively generic. All except one strange glitch on the navigational bar while using the Opera browser. About the top quarter of the navbar image is …

0
156
Member Avatar for joshisumitnet

Dear Friends, I am using FCKEditor in my website. It's working all over in website fine. But there is one page in which it does not showing properly. I tried all things but in that page is does not showing properly. I have one hidden div tag. When user clicks …

Member Avatar for joshisumitnet
0
185
Member Avatar for wickietetsu

hi there are a hidden in a post script such as this: [code] <form method="POST" > <input type="text" name="test1"> <input type="hidden" name="test2" value="[COLOR="Red"]example123==[/COLOR]"> <input type="submit" value="go"> </form> [/code] so in curl: [code] curl_setopt($ch, CURLOPT_POSTFIELDS, "test1=sss&test2=example123=="); // Pass form Fields. [/code] and this is wrong ! because in end of hidden …

Member Avatar for whiteyoh
0
107
Member Avatar for Tech B

When I watch full length movies online, sometimes my mouse is hidden on the browser. Just inside the browser though. I have to repeatedly hit the ctrl button to see where its at. This only happens when I watch divx streamed video for long periods of time. After the mouse …

0
156

The End.