Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IE View Source -- Different from - IE Developer Tool Bar inspector

0 views
Skip to first unread message

m

unread,
May 1, 2007, 4:40:51 PM5/1/07
to
Hi All

I have a webapp which has Menu's.

When I do a View Source on the webpage I get something like

<script>menuStart(ACTION_NAV_MENU,'New&nbsp;E<u>x</u>ntry','','New
Entry','');
registerMenuShortcut('X');
menuItem('Choose&nbsp;by&nbsp;Coverage&nbsp;Type','javascript:void(0)',true,'Choose
by Coverage Type','NewExposureMenuItemSet_ByCoverageType');
menuSubItem('A','javascript:void(0)',true,'A','A');
menuSubItem('Accidental&nbsp;Death&nbsp;Benefits&nbsp;-
&nbsp;PIP','javascript:Events.invokeEvent(\'5_531_act\',
true)',false,' Benefits - PIP','Accidental - PIP');
menuSubItem('Auto&nbsp;Death&nbsp;Benefits&nbsp;-
&nbsp;PIP','javascript:Events.invokeEvent(\'5_532_act\',
true)',false,' Benefits - PIP','Auto Death Benefits - PIP');
menuSubItem('Accidental&nbsp;Death&nbsp;&amp;&nbsp;Dismemberment&nbsp;Benefits&nbsp;-
&nbsp;Bodily&nbsp;Injury','javascript:Events.invokeEvent(\'5_533_act
\', true)',false,'Accidental &amp; Dismemberment Benefits -
','Accidental Death & Dismemberment Benefits - ');
menuSubItem('Audio&nbsp;Visual&nbsp;Devices&nbsp;-
&nbsp;Vehicle','javascript:Events.invokeEvent(\'5_534_act\',
true)',false,'Audio Visual Devices - Vehicle','Audio Visual Devices -
Vehicle');
menuEndSubItems();
menuSubItem('B','javascript:void(0)',true,'B','B');

When I looked at the page using IE Toolbar, the exact thing that is
used to render the page looks more like ..

<SPAN> Content </SPAN>

How come View Source only shows menu constructs and not how the menu
is displayed.

What should I do to look at the source of the HTML like in SPANS not
the one in menuSubItems etc.

Please let me know.

0 new messages