Buttons
-
hi, got some page jumps from buttons in my project...
using...
<button type="button" onclick="window.location.href='url/cond.html'">condenser</button>
first of all i'm using indirect links and within the *.html i have...
<meta http-equiv="refresh" content="0; url=/views.shtm?viewId=17">
i'm doing this, because when i exported and reimported my project, views were assigned to different id refs... so it means i dont have to go throughout my project changing buttons should this happen again..
is there anything wrong with my indirect link? [does work]
second.... the button looks vastly different in ie to chrome and i cannot pad buttons with spaces where the name doesnt have many characters (so i get a small button)...
can anyone give me a nudge in the right direction?
thanks
Neil
-
1- no idea
2- try ```
<input type=button style="width:100px;height:50px"> -
M2M2 will be able to use an "xid" parameter to reference a view (i.e. "views.shtm?xid=myViewXid". That will solve import issues.