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
Ranked #4K
~2K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for Mylena

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, …

Member Avatar for Mylena
0
109
Member Avatar for Mylena

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 …

Member Avatar for Shanti C
0
113
Member Avatar for Mylena

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 …

0
101
Member Avatar for Venom Rush

Hi, I'm not sure if I understood you correctly, but have you tried playing with z-index?

Member Avatar for MelechM
0
126
Member Avatar for Mylena

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 …

Member Avatar for MelechM
0
148
Member Avatar for asp24
Member Avatar for Mylena

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 …

Member Avatar for Mylena
0
172
Member Avatar for Mylena

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 …

Member Avatar for langsor
0
209
Member Avatar for Mylena

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] …

Member Avatar for R0bb0b
0
194
Member Avatar for Mylena

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 …

Member Avatar for buddylee17
0
168
Member Avatar for yasmena

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

Member Avatar for nikesh.yadav
0
58
Member Avatar for Mylena

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 :)

Member Avatar for nikesh.yadav
0
81
Member Avatar for Mylena

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 …

0
58
Member Avatar for Mylena

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 …

Member Avatar for Mylena
0
212

The End.