lucerias Posted October 31, 2006 Share Posted October 31, 2006 May i know the "{APP.LBL_SAVE_BUTTON_TITLE}" for input title is a predefined variable or HTML reserverd word for form? And what is the difference between {APP.LBL_CHANGE_BUTTON_TITLE}" and "{APP.LBL_SAVE_BUTTON_TITLE}" and others? Thank you. [code]<input title="{APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" type="button" tabindex='50' class="button" value='Execute' name=btn1 LANGUAGE=javascript onclick='return window.open("www.newwindows.com");'>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/25675-button-parameter-problem/ Share on other sites More sharing options...
Daniel0 Posted November 1, 2006 Share Posted November 1, 2006 There is no such thing as (predefined) HTML variables. There must be a parser somewhere on your server or in your script that changes those to something else. Quote Link to comment https://forums.phpfreaks.com/topic/25675-button-parameter-problem/#findComment-118025 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.