No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Hello, This is just an extraction from the code. The code below works really well in Mozilla Firefox, but does not work with the <a> and <font> tags in any other browsers. When I remove <a> and <font> tags, it works in other browsers... If anyone can spot the problem, … | |
Hi, I have a web site in which I pass many javascript variables to php and the other way round. This is my last passing variable challenge, and I cannot figure it out. There's an alphabet letter that i pass into showhide1(v) function, and i try to pass it to … | |
Hello, When I pass variables 'contentA','contentB','contentC', etc... into the tabs() function, it does not work in Internet Explorer. When I pass variables contentA,contentB,contentC, etc... into the tabs() function, it works perfectly in Internet Explorer but not in firefox!!!! This is the last bug that I need to fix in my … | |
Re: Hi, I'm not sure if I understood you correctly, but have you tried playing with z-index? | |
Hi everyone, I built a site in Internet Explorer, and it looks very different in firefox and mozilla. For example, the header is displaced, and the layers look displaced, and the </br> does not seem to work, etc. It's really annoying. What is the best way to change the whole … | |
Re: Delete that page, and create a new one from template. | |
Hi, In the code below, when I click on the link [I]Colour[/I], it needs to connect to javascript function and display "Hello" or alert message. For some reason, it does not do it. If anyone spots a mistake, pleeese let me know - I'll be here. Appreciate! [CODE] <!DOCTYPE html … | |
Hello everyone, I need to create several xmlHttp objects, but I only want to have one GetXmlHttpObject() function, so that I don't have to repeat for each object. Below code is definitely wrong because... how do I return the needed object from the GetXmlHttpObject() function? Really appreciate, M [code] var … ![]() | |
Hello everyone, The ajax+php part worked well independently. When I created a switch (because I want different information from database to be displayed in different tabs), it does not go into the xmlHttp.onreadystatechange=function(). I tried all possible variations, and looked online for hours. Can anyone help please? Thank you [code] … | |
Hello, Please, if anyone knows how to pass a Javascript integer variable as a parameter into php mysql_query. Below gg1 is successfully converted to an integer (i checked it using some maths additions), and now i need to pass this value to BirdID. The last line with innerHTML works fine … | |
Re: Hi, I think normally you save this template and just add content to it. And you use php inside this template - not the other way round. I hope I understood you well | |
Hi guys, I need to have a list of alphabet letters ABCDEFG...etc, and when I click on each letter, it opens a list of items. How do i do this opening list? I'm working with html/php/sql/etc Thanks a lot! Good night :) | |
Hello, Could anybody please advise me where I can find examples of high precision floating operators, where I can clearly see the binary schifts. I've learned binary basics, but I have no idea how to write this High Precision Floating operators. (+,-,*,/,etc). I downloaded GMP library, but it didn't have … | |
Hello! I need to invert a 24-bit bmp image from right to left, and from top to bottom. I know how to invert colours, but not the position. I only know fstream to open and close files. This is what I did (below). Please let me know where I am … |
The End.