-2
var msg = '<!-- Get Used Parts Code for Mobile Website Redirection -->' + "\n";
msg += '<script type="text/javascript" src="http://www.google.com/global?accountId={!Account.Id}"></script>' + "\n";
msg += '<!-- End of Get Used Parts Code for Mobile Website Redirection -->';
alert(msg);
此消息顯示在警報框中。 如何在Visualforce頁面中顯示消息。顯示警告消息
目前得到
Error: The element type "apex:page" must be terminated by the matching end-tag `"</apex:page>"`.
我已修改的消息。你可以請看這個。 –