PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Browser Code
Browser Code
Débuté par Helena, 21 déc. 2008 20:29 - 3 réponses
Posté le 21 décembre 2008 - 20:29
I am working in a Webdev project. I have a very strange error. The browser code in some pages don't work at all. For example. I put a button and a cell(invisible) on page. On the browser code of button, I put cell_cell1..visible=true. But It doesn't work.
Any thought about it?

Thanks
Posté le 22 décembre 2008 - 08:02
Hi Helena...

what are the settings of the button? If it is set to send values to the
server, than the browser code IS working, but the result if then
overwritten as the server send the page a second time, in its original
state... You should have your button setting to 'none'

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Helena wrote:
I am working in a Webdev project. I have a very strange error. The browser code in some pages don't work at all. For example. I put a button and a cell(invisible) on page. On the browser code of button, I put cell_cell1..visible=true. But It doesn't work.
Any thought about it?

Thanks
Posté le 22 décembre 2008 - 16:05
Thanks for your reply. But I still have question about it :
1. You said "You should have your button setting to 'none'" , do you mean the action?
2. I tried another page. first, I put a graph in a cell, make it invisible, then I put another image on the screen, in the mouseover browser code of image, I set
cell_graph..visible=true and in mouseout browser code, I set
cell_graph..visible=false
but it doesn't work.

Could you give me more suggestion about it?
Posté le 22 décembre 2008 - 17:49
Hi Helena..

Thanks for your reply. But I still have question about it :
1. You said "You should have your button setting to 'none'" , do you mean the action?


Yes

2. I tried another page. first, I put a graph in a cell, make it invisible, then I put another image on the screen, in the mouseover browser code of image, I set
cell_graph..visible=true and in mouseout browser code, I set
cell_graph..visible=false
but it doesn't work.


The image being invisible, I doubt that any code (including mouseOver)
will be active... Did you try to put that code in the CELL code instead?

best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Could you give me more suggestion about it?